We have a server (in active production use) that's running perl 5.005_03. we're having to do some things that require a much newer version of perl, but we also have several hundreds of mission-critical scripts scattered all over the system that may be dependant on 5.005, so I suggested the idea of installing another version of perl in parallel.
our current (old) version of perl is installed in /usr/lib/perl5, and we'd like to not disturb anything in that installation, and in fact having /usr/bin/perl still point to the old one. i'm thinking we install perl 5.8 to /usr/lib/perl58 and put the perl binary as /usr/bin/perl58. then use the perl58 in the shebang of anything new.
are there any potential pitfalls or conflicts that i havent taken into account, or anything else at all to keep in mind? because we pretty much have on shot at this...if we screw up the 5.005 install in any way, our entire system will likely go down.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.