Help for this page

Select Code to Download


  1. or download this
    # set variable, check items in PKG symbol table
    $ perl -Mstrict -e '$PKG::foo=1; print keys %PKG::'
    ...
    
    $ perl -Mstrict -e 'our $foo=1; print grep {/foo/} keys %main::'
    foo