in reply to XML Parsing

To underscore some of what other monks have already told you, let me recommend a book: Perl & XML by Erik Ray and Jason McIntosh.

I've only just begun to go through the book but from the "skimming" of it that I've done it has given me loads of ideas already on doing better XML work with Perl.

The moral of the story: don't make work for yourself. There are lots of good modules out there for dealing with XML starting with XML::Simple, cpan::XML::Parser and friends.

Replies are listed 'Best First'.
Re: Re: XML Parsing
by JoeJaz (Monk) on Apr 24, 2004 at 17:56 UTC
    Pehaps I will attempt to build a module structure into my program in such a way that I don't need root to install the modules. Everyone seems to think modules are the way to go. I'll bang away at it. Thanks for your book recommendation and for your advice. Have a nice weekend. Joe