in reply to inlined DEBUG constant versus $DEBUG
As a note, just do
if you're in 5.6.0 or higher. (It may be available earlier, but I'm not sure.)use constant DEBUG => (1);
------
We are the carpenters and bricklayers of the Information Age.
Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re:x2 inlined DEBUG constant versus $DEBUG
by grinder (Bishop) on Sep 18, 2001 at 21:26 UTC | |
Re: Re: inlned DEBUG constant versus $DEBUG
by perrin (Chancellor) on Sep 18, 2001 at 21:41 UTC |