in reply to BEGIN and 'use' question
To fix this, you want to check the value of DEBUG inside the BEGIN block, not prior to it.
Update:Thanks, Elian for pointing out my mistake. I was answering why the begin block was executing regardless of the value of DEBUG. I didn't look carefully inside the BEGIN block to see that the OP was trying to 'use' a module in there.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: BEGIN and 'use' question
by legLess (Hermit) on May 07, 2002 at 20:47 UTC | |
by Elian (Parson) on May 08, 2002 at 05:48 UTC |