Help for this page

Select Code to Download


  1. or download this
    #!perl -l
    sub foo {
    ...
    }
    foo;
    print 'yes' if $ENV{foo} eq '1';