NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
5.6? (Score:1)
Re:5.6? (Score:1)
Working Unicode, more and updated core modules, bugfixes, much better testing....
Reply to This
Parent
Re: (Score:1)
New core modules? They're on CPAN. "Working" Unicode? Great if you need it (I don't), but the interface hasn't changed, has it? Testsing and bugfix
Re: (Score:1)
Many are, but at some point CPAN authors really ought to be able to say "I (added a new feature to|fixed a bug in) Perl 5 years ago; I'm finally going to take advantage of it in code."
Users oughtn't expect to run the new shiny on ancient installations.
Re: (Score:1)
Re: (Score:1)
Unicode support is a deal-breaker as far as I’m concerned. That the interface superficially hasn’t changed doesn’t matter – it didn’t work prior to 5.8. The identical interface means I don’t have to change my code to make it run and fail to work properly on 5.6. Uhm, hooray.
Re: (Score:1)
Re: (Score:2)
Working Unicode is a bonus if you are dealing with XML as I am.
However in my situation it's the dependency stack that is a pain, while you can install the dependencies over time on an antique system there comes a time when some of the modules just won't install/upgrade any more. This means that on a brand new 5.6.2 installation it's plain impossible to actually install the dependency stack from CPAN, you have to figure out which older versions of some modules will install and install them one at a time manu
-- "It's not magic, it's work..."
Re: (Score:2)
Re: (Score:2)
As every thanks for the offer but in the end I got two 5.6 era systems up and running. If I do need access to them what ago of OS are they running? My 5.6.x systems are by their nature antique.
-- "It's not magic, it's work..."
Re: (Score:2)