in reply to Re^2: reaching into a perl script from a package
in thread reaching into a perl script from a package
Ok, so if I understand, you've got a script running, and within one of its used modules you wish to probe a completely different script to see if a particular function exists. Is that right?
Maybe you should search for that sub's name in the output from B::Xref.
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: reaching into a perl script from a package
by Brad.Walker (Sexton) on Oct 02, 2006 at 19:56 UTC | |
by davido (Cardinal) on Oct 02, 2006 at 20:06 UTC |