Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: A short whishlist of Perl5 improvements leaping to Perl7

by GrandFather (Saint)
on Nov 24, 2020 at 09:12 UTC ( [id://11124116]=note: print w/replies, xml ) Need Help??


in reply to A short whishlist of Perl5 improvements leaping to Perl7

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.

Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11124116]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-19 19:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found