in reply to Re^2: Making strict optional
in thread Making strict optional
Well you might say that:
Gives rise to:BEGIN { eval { require strict; }; strict->import() unless $@; } + $foo = 1;
Global symbol "$foo" requires explicit package name at hdhd line 10. Execution of hdhd aborted due to compilation errors.
/J\
|
|---|