Help for this page
package Foo; package main; # or whatever package is the 'current' one
$Foo::a=$Foo::a; # using $Foo::a twice will silence the 'used only on +ce' warning
sub Foo::declare_package_Foo;