![]() |
|
XP is just a number | |
PerlMonks |
Re: Upgrading Perl in production environmentby tinita (Parson) |
on Mar 19, 2004 at 17:31 UTC ( [id://338065]=note: print w/replies, xml ) | Need Help?? |
i would install the new version parallel to the old. so you're
safe in the way that you have the running version in case you need it. then you can either link the new executables to /usr/bin/perl* (or such) and let the old version be callable through perlx.y.z, or let the old version be the default. that depends on how many users and scripts there are relying on perl, so go and ask before changing anything. infos on changes are found in perldelta. update: and, of course, be sure to get a stable version.
In Section
Seekers of Perl Wisdom
|
|