Help for this page

Select Code to Download


  1. or download this
    iwperl: cannot execute binary file
    
  2. or download this
    $ cat file.pl 
    print "Hello, world!\n";
    ...
    
    $ `echo $HOME`/perl5/perlbrew/perls/perl-5.14.2_WITH_THREADS/bin/perl 
    +file.pl
    Hello, world!