[KLUG Members] Re: Dynamic HTML/HTTP question

Jamie McCarthy members@kalamazoolinux.org
Sun, 8 Dec 2002 13:35:19 -0500


matty91@bellsouth.net (Matty) writes:

> I still find the perl XML::Parser module as straight forward as
> it comes.

XML::Simple is even more straightforward.  XMLin() converts XML
text into a hashref.  XMLout() converts a hashref into XML text.