Help for this page
package Action; ... sub foo { $_[0]->(); }
package SingletonObject; { ... return $instance; } }