john.deighan has asked for the wisdom of the Perl Monks concerning the following question:
If I have a script that "uses" multiple Perl modules, and I know that a function named f was imported from one of them, i.e. it was not defined in the script itself, is there a way to determine the name of the module that f was imported from?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Which module contains an imported subroutine
by runrig (Abbot) on Mar 26, 2013 at 18:12 UTC | |
by locked_user sundialsvc4 (Abbot) on Mar 27, 2013 at 15:11 UTC | |
|
Re: Which module contains an imported subroutine
by toolic (Bishop) on Mar 26, 2013 at 17:48 UTC | |
|
Re: Which module contains an imported subroutine
by john.deighan (Novice) on Mar 26, 2013 at 20:32 UTC | |
|
Re: Which module contains an imported subroutine
by clueless newbie (Curate) on Mar 26, 2013 at 18:02 UTC |