in reply to Re^5: Using import to generate subroutines
in thread Using import to generate subroutines
strict is a compile time pragma, it's effect is only on how the code in it's scope gets compiled, it doesn't do anything at runtime
Ah, indeed. I erroneously thought the lexical effect was also a runtime effect. I stand corrected. Thanks for replying.
|
|---|