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.
re: XML::Parser (Score:1)
I think many of the perl-xml hackers have their attention focused on more "sexy" modules (XML::SAX* or XML::LibXML etc) and XML::Parser has been somewhat forgotten about.
Re: XML::Parser (Score:1)
Re: XML::Parser (Score:2)
Yup, all of the above is correct, and also XML::Parser is not all that important, it's on the deprecation slope. As soon as the XS version of XML::SAX::Expat is finished, it'll clearly belong to another age of XML programming. If you write anything now, I'd strongly advise against using XML::Parser directly.
-- Robin Berjon [berjon.com]
Re: XML::Parser (Score:1)
Re: XML::Parser (Score:1)
Reply to This
Parent
Re: XML::Parser (Score:1)
Although, I still like CGI.pm too