pro_perl thread: Weird behaviour from 'strict'
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
|





