Help for this page

Select Code to Download


  1. or download this
    $ perl -le 'sub test { 42 } print test(); print &test()'
    42
    42