Help for this page

Select Code to Download


  1. or download this
    package Foo;
    package main; # or whatever package is the 'current' one
    
  2. or download this
    $Foo::a=$Foo::a;  # using $Foo::a twice will silence the 'used only on
    +ce' warning
    
  3. or download this
    sub Foo::declare_package_Foo;