Help for this page
package Foo; sub AUTOLOAD { __PACKAGE__ } ... sub AUTOLOAD { __PACKAGE__ } __END__ main