in reply to Re: use Ensure -- module to spot undefined stuff
in thread use Ensure -- module to spot undefined stuff
strict will throw out undefined/misspelt variables, but subroutines are left to be found at run-time (except for barewords).
I agree that strict should do this, but it doesn't.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: use Ensure -- module to spot undefined stuff
by Fletch (Bishop) on Aug 06, 2008 at 15:13 UTC | |
by gone2015 (Deacon) on Aug 06, 2008 at 16:15 UTC | |
by Fletch (Bishop) on Aug 06, 2008 at 17:18 UTC | |
by gone2015 (Deacon) on Aug 07, 2008 at 00:05 UTC |