in reply to Re^4: How to map function name to coderef?
in thread How to map function name to coderef?

And yet can works, and as there is no @main::ISA, and you shouldn't pollute UNIVERSAL,  main->can( $foo ) is perfectly legit

Replies are listed 'Best First'.
Re^6: How to map function name to coderef?
by ikegami (Patriarch) on Jan 07, 2012 at 02:49 UTC
    How do you know there's no @ISA?