Why is it trying to call a local version of that sub instead of finding in the exported routines included in the use statement.
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 reply to Re: use statement seemingly ignored
by ikegami
in thread use statement seemingly ignored
by wolfie7873
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |