Help for this page
bash: ./scriptname.pl: No such file or directory
$ cat -vE test.pl #!/usr/bin/perl -w^M$ use strict;^M$ ^M$ my $log = './logfile';^M$
$ cat -vE test.pl #!/usr/bin/perl^M$