From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

#!/usr/bin/perl
use strict;
use warnings;
use CGI::Form2XML;
my $cx = CGI::Form2XML->new();
print $cx->header('text/xml');
print $cx->asXML();