http://www.perlmonks.org?node_id=1018179


in reply to Redefining Imported Subs: of scope and no

Whoa, had no idea that this would spark such a lively discussion. Excellent.

I had intended to use say as an example - but it turned out to be the problem, huh? Ha! Go figure.

LanX - did not know about use if, so that's a neat plus. Hopefully you haven't quite yet learned your lesson about reading and replying to my ridiculously long posts ♥

Also comforting is that most of my solutions will work with normal non-CORE:: namespace imports.

As for all the advice in regards to how I ran into this question - debug output style/best practices and such - in the future I'll be going with aitap's great suggestion: Log::Log4perl. Very flexible and feature-rich, thanks for the tip!

BrowserUk, after diving the rabbit hole of replies, my question is/was/will be where do these definitions reside and how do I get at them?
Not so much how to get around a silly design decision I made =D
As usual, thanks for pointing me towards some great reading material. I'll definitely be playing around with Devel::Pragma to investigate any future questions in this vein.

So here we go:

Thanks to all of you for the great replies and entertaining repartee ;)

Strange things are afoot at the Circle-K.