Help for this page
sub Foo::new { bless {}, shift } sub Foo::Switch { print "Switch @_\n" } ... Switch Foo Switch Foo=HASH(0x24a5338) Can't call method "Switch" without a package or object reference at .. +.