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.
Try upgrading perl... (Score:1)
Think about what happens when the perl version is increased by a minor version (i.e. 5.8.7 -> 5.8.8).
Steffen
They did it to Ruby, too (Score:2)
As far as I can tell Debian is run by a bunch of twenty-somethings who think they're experts on package management, and they're going to save us 5 MB of disk space, whether we want them to or not. I know I'll never use a Debian flavored distro.
Debian's Package Management (Score:2)
Debian's package management system is a thing of beauty. It works far better than anything else I've had to use (e.g. Red Hat). However for packages that you work directly with that have many components - like Perl, things can sometimes go a little odd. You must either use only packaged components or install your own version in
/usr/localand managed that manually (e.g. with CPAN). Mixing CPAN and the distro packaged version of Perl isn't always safe...-- "It's not magic, it's work..."
Always install your own perl (Score:1)
http://use.perl.org/~jdavidb/journal/31851 [perl.org]
Re: (Score:2)
-- "It's not magic, it's work..."
I actually like it (Score:1)