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
Don't do that. Be explicit about what you import.
use Coneheads qw( GnarfleTheGarthock );
In reply to Re: Which module contains an imported subroutine
by runrig
in thread Which module contains an imported subroutine
by john.deighan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |