Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^4: use strict; before/after use warnings;

by haukex (Archbishop)
on Nov 07, 2019 at 19:22 UTC ( [id://11108454]=note: print w/replies, xml ) Need Help??


in reply to Re^3: use strict; before/after use warnings;
in thread use strict; before/after use warnings;

I hate programs that use 5.XX. Sometimes, I can't run them in an older Perl, but the only thing that's needed from the version feature bundle is say which started to exist in 5.10. I love explicit feature lists

I agree that random unnecessary use VERSIONs are annoying, but I personally also don't really like typing out long lists of the features I want to use, and keeping that list up-to-date. So most of the time I write scripts in one of two different ways: backwards-compatible, for scripts down to 5.10 and for modules 5.6 or 5.8, or when I know for sure the script will be running on a modern Perl, I'll do use 5.026; or use 5.028;.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-23 18:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found