Help for this page

Select Code to Download


  1. or download this
    rob@budapest:/home/rob# cat test.perl
    #!/usr/bin/perl -s
    ...
    Global symbol "$foo" requires explicit package name at ./test.perl lin
    +e 5.
    Execution of ./test.perl aborted due to compilation errors.
    
  2. or download this
    rob@budapest:/home/rob# cat test.perl
    #!/usr/bin/perl -s
    ...
    
    rob@budapest:/home/rob# ./test.perl -foo
    bar!