in reply to Re: Redefining Imported Subs: of scope and no
in thread Redefining Imported Subs: of scope and no
Why do you always seem to ask me if you reply to someone else?
Please don't be surprised if I'm not replying.
And please don't simply change your posts after being proofed wrong in a reply.
> Where's the ability to flip the real say() back on?
Just swap no with use!
feature should be scoped (in this example file scoped), which makes much sense when debugging!
Otherwise the OP could (like already shown) do "use if" for testing a global constant like main::VERBOSE spreading all files.
Anyway manipulating say for debugging purpose is such a broken idea that I don't wanna invest more into this discussion... :)
Cheers Rolf
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Redefining Imported Subs: of scope and no
by 7stud (Deacon) on Feb 09, 2013 at 17:08 UTC | |
by LanX (Saint) on Feb 09, 2013 at 19:12 UTC |