#! /usr/bin/perl -w use strict; use CGI; my $cgi = new CGI; my $text1 = $cgi->param('text1'); my $text2 = $cgi->param('text2'); print "Content-type: text/html\n\n"; print "
You submitted: