##
require TripodCGI.pm;
$CGI = new TripodCGI.pm;
$firstName = $CGI->param('firstName');
$lastName = $CGI->param('lastName');
$Age = $CGI->param('Age');
print "Content-type: text/html\n\n";
print <
CGI Test
Greeings, $firstName,
we're glad to see you. Members of the
$lastName family are always welcome here.
It's hard to believe that you're already
$Age years old! How time flies.