Help for this page
Select Code to Download
Select
or
download this
package A; sub f { print "I'm f\n" } ... $f->(); $f = A->can('f'); $f->();