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.00503 (Score:3, Interesting)
There are an awful lot of people still on 5.00503.
Reply to This
Re:5.00503 (Score:4, Insightful)
Reply to This
Parent
Re:5.00503 (Score:5, Insightful)
It's all good and well telling people that module authors should use 5.6.1, and for sure there are some nice features (open(my $fh) being one, weakrefs being the other), but persuading sysadmins to upgrade is a whole other issue. Especially when up until now FreeBSD has shipped with 5.00503.
Reply to This
Parent
Re:5.00503 (Score:2, Interesting)
Or is is just best to read the code in the hopes of finding it?
Re:5.00503 (Score:3, Informative)
The clever thing about XML::XPath's code is that it manages to do this flexibly enough that by switching just one flag it can work in either the indirect obj
Re:5.00503 (Score:2, Informative)
One way to avoid need for weak references is to have all objects register/unregister themselves in a hash. Other objects refer to that object by the key in that hash. The code will be clumpsy but it will work.
Incidentally... (Score:3, Informative)
Mail::LocalDeliverythe other day, aMail::Auditspin-off and local delivery agent in pure Perl. It's not as fully featured asMail::Boxbut does one job and, if I may say so, does it bloody well. (Thanks in part to Meng Wong's work on it.)Reply to This
Re:Incidentally... (Score:2)
Re:Incidentally... (Score:4, Informative)
It's for receiving and storing messages, which is some of what Mail::Box claims to do. But year, it's a different beast - but still part of the whole handling-mail-with-Perl experience.
Reply to This
Parent
Re:Incidentally... (Score:1)
It's for receiving and storing messages, which is some of what Mail::Box claims to do. But year, it's a different beast - but still part of the whole handling-mail-with-Perl experience.
Indeed. I have seen that Mail::Audit has grown into something quite big so you started to modularize it a little. This is good, I once had to patch
Mail::Audit(the double from-line bug, that was)...not a nice experience.One problem, however, that I see with mail-related Perl-modules: a lot of people ha
Re:Incidentally... (Score:2, Informative)
Simon, it would suit you to come to my introductory talk on YAPC::Europe. Maybe it is more useful to combine forces in stead of simply ignoring the other's work. Or have a lo
Re:Incidentally... (Score:2)
Sorry, but YAPC America is my last Perl conference.
Maybe it is more useful to combine forces in stead of simply ignoring the other's work.
Interesting that you're saying that to me and not to Mark. :) But yeah, NIH syndrome is a big problem with the Perl community, myself included. We're becoming too ego-dominated. :(
Re:Incidentally... (Score:1)
> Interesting that you're saying that to me and not to Mark.
Would be silly to talk to myself, don't you think?
Mail::Box vs IMAP? (Score:2, Interesting)
Re:Mail::Box vs IMAP? (Score:2, Informative)