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

What else is great? Here's a couple of my favorites:
--Stevie-O
$"=$,,$_=q>|\p4<6 8p<M/_|<('=> .q>.<4-KI<l|2$<6%s!<qn#F<>;$, .=pack'N*',"@{[unpack'C*',$_] }"for split/</;$_=$,,y[A-Z a-z] {}cd;print lc

Replies are listed 'Best First'.
Re: Re: The latest & greatest in 5.8.x?
by drewbie (Chaplain) on Apr 21, 2004 at 17:31 UTC
    Oh yes, I had forgotten about weak references. I personally don't have a use for them (yet), but I've seen a couple modules that use it which I couldn't install for that reason.

    A built-in IO::Scalar is awesome! I use that pretty regularly, especially in unit tests. In fact, our co-branding code uses it extensively. Anything that makes it faster/easier/better to capture STDOUT will definitely be a win for us.