File:  [LON-CAPA] / capa / capa51 / Discuss / Attic / temp.pl
Revision 1.1: download - view: text, annotated - select for diffs
Tue Sep 28 21:27:46 1999 UTC (24 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
Initial revision

$b=$b+1;
print ":".$b.":"."\n";
$c[0001]=1;
print ":".$c[1].":"."\n";
$a = "<<2341<";
print ":".$a.":"."\n";
$a =~ s/</&lt;/g;
print ":".$a.":"."\n";

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>