sub myfunc { return "blah blah" . shift; } sub checker { # here I want to find out if myfunc() exists, but # without executing it. # myfunc() might be in a module somewhere. }
In reply to How do you determine if a user-defined function exists? by beable
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |