summaryrefslogtreecommitdiff
path: root/im/cgi-bin/queryTest.cgi
blob: 5e6d57363e665680e67d9dc05d1f5e0a4e178189 (plain)
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" ));