![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re^2: use statement seemingly ignoredby BillKSmith (Monsignor) |
on Nov 18, 2022 at 21:18 UTC ( #11148248=note: print w/replies, xml ) | Need Help?? |
The OP tells us that he tried the workaround of using the fully qualified name in the call and got the same error message. Does this not tell us that the function is not only not imported, but not even defined (at least not at the time it is called)? His conclusion that his use statement was ignored is at least reasonable. I suspect that you are right about the modules using each other. The documentation Perl Modules recommends require rather than use in this case. Can you explain?
Bill
In Section
Seekers of Perl Wisdom
|
|