wanadlan has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl -w use strict; use CGI::XML; my $q = new CGI::XML; # save CGI variables to XML file my $xml = $q->toXML("cgi"); print $xml;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
•Re: Problem with CGI::XML
by merlyn (Sage) on Feb 04, 2003 at 19:50 UTC | |
|
Re: Problem with CGI::XML
by Coruscate (Sexton) on Feb 04, 2003 at 21:34 UTC | |
|
Re: Problem with CGI::XML
by silent11 (Vicar) on Feb 04, 2003 at 21:46 UTC | |
by jeffa (Bishop) on Feb 05, 2003 at 15:53 UTC |