Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Which perl do you use?

by Anonymous Monk
on Jan 28, 2005 at 14:03 UTC ( [id://425954]=note: print w/replies, xml ) Need Help??


in reply to Which perl do you use?

5.6.0 or later. All code I write tends to work with 5.6.0 or later, even if I develop it using the latest 5.8.x. No features have been put into Perl since 5.6.0 that I actually use, so I don't have a pressing need to upgrade. Sure, there are bugfixes, and sometimes, that makes it worthwhile to upgrade. But unless really needed I don't upgrade -- it too often happens working code breaks because of an upgrade (not always because of a bug in a new version - but a change in behaviour can break a set of applications working together).

Code I write tends to not work on 5.005_0x (if only because of 'use warnings'). It's usually possible to change code easily to work with 5.005_0x, but I prefer upgrading the Perl on the intended machine. But that's not always possible or easy.

It has been years since I needed to target 5.004_0x.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-20 01:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found