![]() |
|
No such thing as a small change | |
PerlMonks |
Re: use statement seemingly ignoredby ikegami (Patriarch) |
on Nov 15, 2022 at 21:12 UTC ( #11148193=note: print w/replies, xml ) | Need Help?? |
Importing a sub literally places it in the importing namespace. So if getMeetInfo had been imported into NCPS::Results, it would be found at NCPS::Results::getMeetInfo. I suspect you have modules that directly or indirectly import each other, and that this is the cause of the problem.
In Section
Seekers of Perl Wisdom
|
|