in reply to RE: Perl problems
in thread Perl problems
If it is a ascii-binary transfer problem, you can quickly
fix it (without uploading again) with
perl -pi -e 's/\r//g' script.pl
If that's not the problem, running the above command won't
hurt anything anyway.