Help for this page

Select Code to Download


  1. or download this
    BEGIN {
      %main::_shared_vars = (
    ...
    package bar::foo;
    
    print $the_very_global;
    
  2. or download this
    BEGIN {
      %main::_shared_vars = (
    ...
        goto &$_strict_import;
      };
    }