Gossamer Forum
Home : General : Perl Programming :

Perl 5.8.0

Quote Reply
Perl 5.8.0
Is there anyone out there using 5.8.0 on a production/live server?

I want to upgrade but just want confirmation (peace of mind) that it won't break anything.
Quote Reply
Re: [Paul] Perl 5.8.0 In reply to
It might break a number of things, depending on your setup and on what use you make of specific functions. Check the change log to see what has changed and how some functions are handled differently.

If you're on FreeBSD, the following article might help you:

http://perlmonks.org/index.pl?node_id=192255

Basically, just install Perl 5.8.* into it's own folder so you can easily rollback a version if needed. You can then change the symlink /usr/bin/perl to the latest vesion when you're satisfied everything is working.

Personally, I wouldn't install 5.8.0 onto a production server. I would wait until at least 5.8.1 is out.

The only advice really is to set up a test system, install 5.8.0 then test test test. If everything works for you, then great.

But my question is: why upgrade? If you're running problem-free on Perl 5.005_03, why upgrade? Do you need the new features available to you in 5.8.0 or 5.6? Running a later version of Perl is not neccessarily faster, and could well be slower in some areas. The entire package does seem to get larger with every release.

- wil
Quote Reply
Re: [Wil] Perl 5.8.0 In reply to
Hmm I guess I could just install it in a seperate tree and keep my older version in tact.

>>
But my question is: why upgrade? If you're running problem-free on Perl 5.005_03, why upgrade? Do you need the new features available to you in 5.8.0 or 5.6?
<<

Im using 5.6.1 not 5.005_03 so don't need to upgrade but my palms got itchy.

Last edited by:

Paul: Sep 9, 2002, 2:50 AM
Quote Reply
Re: [Paul] Perl 5.8.0 In reply to
LOL. Upgrade on a development box and see what happens.

- wil