Help for this page
package Foo; ... } make_whee(Foo->new(), "whee");
$class_method_ref = \&Foo::whee; &$class_method_ref($foo_ob);
$foo_ob->bar("himom"); Foo::bar($foo_ob, "himom"); Foo->bar("himom");