Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Arguements for upgrading from Perl 5.8

by Anonymous Monk
on Nov 18, 2011 at 17:31 UTC ( [id://938889]=note: print w/replies, xml ) Need Help??


in reply to Arguements for upgrading from Perl 5.8

Which versions of perl are available in your OS vendor's repositories is all about running the scripts that you are paying support for.

Instead of a version that is in the repositories, you probably want a home built copy of perl in some place like /usr/local/bin . This way your scripts can call it for the latest in Unicode/RegEx/Feature support and the vendor's perl scripts can run off the vendor's version.

Building Perl on Unix/Linux is easy, and since you won't be using the system's perl for custom coding, you won't need to update CPAN modules against the 5.8 lib/ directories. In fact keeping your modules up to date against a current version of perl will probably be (only slightly) less effort.

  • Comment on Re: Arguements for upgrading from Perl 5.8

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-04-24 23:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found