in reply to Re^6: Lexical scope vs. postfix loops (perl bug?)
in thread Lexical scope vs. postfix loops (perl bug?)
And not making it a default would also be weird, because in the case of strict it would require two lines (use strict; use strict 'postfix';), and in the case of warnings it would imply that use warnings; isn't the same as use warnings 'all';, on which others rely.
|
|---|