#!/usr/bin/perl use CGI; my $cgi = new CGI; print $cgi->header('text/html'); print "what's up doc"; #print( $cgi->param( "test" ));