in reply to Re^6: Calling module function from within a blessed module
in thread Calling module function from within a blessed module

The general idea I trying to get across — and, perhaps, didn't explain sufficiently well — was that problems are less likely to occur from a hard-coded package name, but rather from accidentally using an incorrect variable; the likelihood of which is exacerbated by poorly chosen (especially single-letter) variable names.

Sorry, I probably should have said: I think your example is good, I was just giving another scenario :-)

Replies are listed 'Best First'.
Re^8: Calling module function from within a blessed module
by kcott (Archbishop) on Jan 03, 2021 at 21:18 UTC

    No need to apologise; your example was also good. Any fault probably lies with me; as stated: "I ... perhaps, didn't explain sufficiently well".

    — Ken