Help for this page

Select Code to Download


  1. or download this
    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 ..
    +.