in reply to how to find a subroutine exists or not
This should do it,
That directly checks the symbol table to see if *test contains a code definition.test() if defined *test{CODE};
After Compline,
Zaxo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: how to find a subroutine exists or not
by diotalevi (Canon) on Apr 20, 2006 at 15:36 UTC | |
|
Re^2: how to find a subroutine exists or not
by japhy (Canon) on Apr 20, 2006 at 15:25 UTC |