Thursday, September 23, 2004

common perl mistakes -1

$var2 = chomp($var1);

isn't going to put the chomped $var1 in $var2

No comments: