in reply to (jeffa) Re: require() turns off strict?
in thread require() turns off strict?
#define PEDANTIC_MODE 1
use strict only works in the current packageI think you meant to say "use strict only works in the current lexical scope" which is slightly different from the current package. It could be that the two files had stuff from the same package (eg the main one).
Update: Sorry I see that you have corrected that while I wasn't paying attention
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: (jeffa) Re: require() turns off strict?
by broquaint (Abbot) on Jan 06, 2003 at 14:48 UTC |