http://www.perlmonks.org?node_id=86663


in reply to Re: Re: Re: writing an address book program
in thread writing an address book program

In addition to the excellent XML tutorial Kevin mentioned,
there is actually an XML::Parser tutorial located
on PerlMonks that may help you get started if you are interested
in working with XML::Parser, and not one of the higher level
modules mentioned previously.

Along with the useful tutorial provided at that node, it also contains the
usual array of intelligent comments and code one often finds on this site.
-Eric
  • Comment on Re: Re: Re: Re: writing an address book program