in reply to Re^3: Sharing a variable between (>=) 2 files
in thread Sharing a variable between (>=) 2 files
The "real" problem is, that using 'strict' and 'warnings' does not influence require()d files, so references to unused variables in your require()d file don't give warnings or errors
|
|---|