Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
import sourcea; # uncomment to use soureb's foo # import sourceb;Is there a function to get the package name of the foo that is refered to? They have slightly (ever so slight) different behavior and I need to adjust for it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: What package is foo() from?
by shmem (Chancellor) on Jun 25, 2007 at 18:53 UTC | |
|
Re: What package is foo() from?
by ferreira (Chaplain) on Jun 25, 2007 at 20:16 UTC | |
|
Re: What package is foo() from?
by jdporter (Paladin) on Jun 25, 2007 at 18:05 UTC | |
by ikegami (Patriarch) on Jun 25, 2007 at 18:39 UTC | |
|
Re: What package is foo() from?
by Ovid (Cardinal) on Jun 26, 2007 at 13:01 UTC | |
|
Re: What package is foo() from?
by Jenda (Abbot) on Jun 26, 2007 at 09:39 UTC |