in reply to Getting started with XML

There are numerous techniques for dealing with XML. If you have perl data structures that you want to pass, try XML::Simple. There are many more in the XML:: namespace. A CPAN search is probably in order. HTML::Template is a possibility, but wouldn't be my first thought (my bias).

Sean