Help for this page
package Foo; sub AUTOLOAD { __PACKAGE__ } ... print $Foo::foo->(); # main print Foo::foo(); # Foo