in reply to Re: Re: Re: 5.005_03 -> 5.8.0: likely issues?
in thread 5.005_03 -> 5.8.0: likely issues?

5.8.x does have many better features than 5.6. However, because 5.8 is newer than 5.6, there could be some bugs with the distribution, which could be fatal (either security wise or stability wise). It's just a matter of how cautious you want to be. If you have something that you *know* works, then when you upgrade the (perl) engine, you have to re-test the entire suite of software to ensure that you haven't broken anything, which is a serious issue if you are in a production environment. If you're just writing one-time toy scripts, then using a bleeding edge version of software could work to your advantage if it has a feature you can exploit in your favor.

----
Zak
  • Comment on Re: Re: Re: Re: 5.005_03 -> 5.8.0: likely issues?

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: 5.005_03 -> 5.8.0: likely issues?
by Anonymous Monk on Aug 15, 2003 at 17:47 UTC
    don't forget that perl-5.8.1 has some fixes of bugs that exists in perl-5.6.1.

    It probably have new bugs, but, as long as perl-5.6.1 now less maintained than perl-5.8.x, probabliity to break a code is more in perl-5.6.1, IMHO.