What's new in Perl 5.8.0
It’s been nearly six months since the release of Perl 5.8.0, but many people still haven’t upgraded to it. We’ll take a look at some of the new features it provides and describe why you should investigate them yourself….
It’s been nearly six months since the release of Perl 5.8.0, but many people still haven’t upgraded to it. We’ll take a look at some of the new features it provides and describe why you should investigate them yourself….
One of the big new features in perl 5.8 is that we now have real working threads available to us through the threads pragma. However, for us module authors who already have to support our modules on different versions…