[thelist] Perl Problem.

dave gray dascott at wam.umd.edu
Mon Aug 28 11:27:33 CDT 2000


>   if ($_ =~ /.save/g || $_ eq "." || $_ eq "..") {;}

try making the above line

    if ($_ =~ /\.save/g || $_ eq "." || $_ eq "..") {;}

HTH,

 -dave







More information about the thelist mailing list