Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_perl thread: Weird behaviour from 'strict'


Message #1 by "Chris Ralph" <webmaster@g...> on Mon, 24 Feb 2003 09:41:13
Hi,

I have 'use strict' in effect, but it's not picking up errors in require'd 
files. I can have as many variables as I like without a package name or 
scope and it won't complain..

The weird thing is that if I call 'use strict' from inside one of the 
require'd files it complains as it should..

I am calling "use strict" before I 'require' the the files too...

The docs for 'strict' make no mention of anything regarding this.. (nor do 
any news articles that I have found)..

Regards,
Chris

  Return to Index