Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "sub foo (&@) { return 42; }
    ...
    "
    Global symbol "$x" requires explicit package name at -e line 1.
    Execution of -e aborted due to compilation errors.