in reply to Re^2: use statement seemingly ignored
in thread use statement seemingly ignored
Does this not tell us that the function is not only not imported, but not even defined
The error message from the OP tells us it wasn't defined.
Neither the error message or the fact that using the full qualified name works tells us whether it was imported or not.
But it does strongly suggest the problem is that it wasn't imported, yes. The two most likely causes of that is buggy/missing exporting logic, or modules that (directly or indirectly) use each other.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: use statement seemingly ignored
by BillKSmith (Monsignor) on Nov 22, 2022 at 20:55 UTC | |
by ikegami (Patriarch) on Nov 23, 2022 at 13:58 UTC |