Help for this page

Select Code to Download


  1. or download this
    tom@margo:~> perl -e 'print $test';
    tom@margo:~>
    
  2. or download this
    tom@margo:~> perl -Mstrict -e 'print $test';
    Global symbol "$test" requires explicit package name at -e line 1.
    Execution of -e aborted due to compilation errors.