Help for this page
use Foo; ... } $x = new Foo();
package Foo; ... return bless { a => 1 }, shift; } 1;