Help for this page

Select Code to Download


  1. or download this
    $ perl -c -e " foo(1); "
    -e syntax OK
    
  2. or download this
    $ perl -e " foo(1); "
    Undefined subroutine &main::foo called at -e line 1.