> I want to store the data from a straightforward form in an XML file. The 
> perl script has to read the form data, and write it to the XML file.
> 
> What's the best/simplest module for this?
> 

CGI.pm with XML::Simple would be my choices, both easy to work with and
available on CPAN.

http://danconia.org


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to