On Nov 20, 2004, at 12:51 PM, Sean Edwards wrote:
Does anyone know of good introduction/tutorial to PERL and XML? I have a J2EE app to configure before compiling with Apache Ant, and I would prefer using something like hashes and XML tags to replace text, rather than regular expressions.
Google "Perl XML"... The first 3 hits look really strong: http://perl-xml.sourceforge.net/faq/ http://perl-xml.sourceforge.net/ http://www.xml.com/pub/a/2001/04/18/perlxmlqstart1.html There's a book too: http://www.oreilly.com/catalog/perlxml/ We use XML::Twig a lot at work. j