http://www.perlmonks.org?node_id=1025569


in reply to Which module contains an imported subroutine

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 );