in reply to Re^2: Adding Global Keyword?
in thread Adding Global Keyword?

I'd cheat.
sub what::s { ... debug code here... }
Then later, anywhere...
what's($foo); what's($bar);