Help for this page

Select Code to Download


  1. or download this
    perl -e '$foo="bar";print $foo'
    
  2. or download this
    #!/usr/bin/perl -s
    print $foo;
    
    #then in the command line
    #file.pl -foo=bar