1 2 3 4 5 6 7 8 9
#!/usr/bin/perl use CGI; my $cgi = new CGI; print $cgi->header('text/html'); print "what's up doc"; #print( $cgi->param( "test" ));