in reply to Re: Trying to be stricter...
in thread Trying to be stricter...
It is exactly equivalent toTherefore, to use use, the constants file must be a proper module ending in .pm, and the above use 'myIncludeFile.pl' (); syntax is a syntax error.except that Module must be a bareword.BEGIN { require Module; import Module LIST; }
stephen
|
|---|