The point of strict vars is to enforce the use of my to encourage appropriate scoping and to reduce badness from fat fingered identifiers. Any sort of 'automine' defeats that.
You can of course use no strict vars; to turn off strict vars so propagating bad habits to Perl 7 is only very slightly harder than using them in Perl 5.
In reply to Re: A short whishlist of Perl5 improvements leaping to Perl7
by GrandFather
in thread A short whishlist of Perl5 improvements leaping to Perl7
by rsFalse
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |