Help for this page

Select Code to Download


  1. or download this
    $ perl -Mstrict -e '$test = "foo"'
    
  2. or download this
    Global symbol "$test" requires explicit package name at -e line 1.
    Execution of -e aborted due to compilation errors.
    
  3. or download this
    $ perl -Mstrict -e '$test = "foo"' 2> error.log