in reply to (jeffa) Re: macls.pl
in thread macls
use constant DEBUG => 0; if ( DEBUG ) { ... } # RIGHT if ( $DEBUG ) { ... } # Wrong
Once, I figured this out using perldoc constant all worked very nicely. Thanks again for your input.
----------
- Jim
|
---|