Re: CGI XML

2006-12-07 Thread Bill Jones
On 12/7/06, Beginner <[EMAIL PROTECTED]> wrote: my $xml = eval {XMLin($fh, SuppressEmpty => 1, ForceArray => qr/item/) }; CGI::Lite and then use $cgi->parse_new_form_data; to get the XML into your $xml hash. -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ -- To unsubscri

CGI XML

2006-12-07 Thread Beginner
content to XML::Simple, which is like this my $xml = eval {XMLin($fh, SuppressEmpty => 1, ForceArray => qr/item/) }; Have I set off on the wrong foot? Should I have began with a CGI::XML(ish) module? Thanx in advance, Dp. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma