in reply to
Re: XML from CGI parameters
in thread
XML from CGI parameters
It wouldn't be Perl if you couldn't do without intermediate variables:
my $xml = $xs->XMLout({%{$cgi->Vars()}}, rootname => 'source');
____________
Makeshifts last the longest.
Comment on
Re^2: XML from CGI parameters
Download
Code
In Section
Seekers of Perl Wisdom