Help for this page

Select Code to Download


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