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

There's an XML tutorial I found useful at w3schools, it's not Perl-related but a good intro to the world of XML.

Update: After a comment by Beatnik I realised I should have included a link directly to the XML tutorial: here it is

--
Kevin O'Rourke
  • Comment on Re: Re: Re: writing an address book program

Replies are listed 'Best First'.
Re: Re: Re: Re: writing an address book program
by andreychek (Parson) on Jun 07, 2001 at 21:56 UTC
    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