in reply to The latest & greatest in 5.8.x?

Most of these came in 5.6.x. If you're going to upgrade from 5.005, you might as well go all the way to 5.8.

----
: () { :|:& };:

Note: All code is untested, unless otherwise stated

Replies are listed 'Best First'.
Re: Re: The latest & greatest in 5.8.x?
by autarch (Hermit) on Apr 20, 2004 at 22:41 UTC
    I'm pretty sure qr was introduced with 5.005, if not earlier.
    autarch@houseabsolute:~$ perl5.00503 -le 'print qr/foo/'
    (?-xism:foo)
    
      I'm using this in production so qr// is definitely valid in 5.005.
Re: Re: The latest & greatest in 5.8.x?
by drewbie (Chaplain) on Apr 20, 2004 at 21:27 UTC
    I'm definitely upgrading all the way to the latest stable. :-) I just got 5.8.3 installed on my test box at home, and it looks like I'll be installing 5.8.4 within the month. By the time $work gets around to upgrading we might even be at 5.8.5. :-)