use strict; use CGI::Lite; my $cgi = CGI::Lite->new; print "Content-type: text/plain\n\n"; $cgi->parse_form_data; $cgi->print_data;