summaryrefslogtreecommitdiff
path: root/im/cgi-bin/queryTest.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'im/cgi-bin/queryTest.cgi')
-rwxr-xr-xim/cgi-bin/queryTest.cgi9
1 files changed, 9 insertions, 0 deletions
diff --git a/im/cgi-bin/queryTest.cgi b/im/cgi-bin/queryTest.cgi
new file mode 100755
index 0000000..5e6d573
--- /dev/null
+++ b/im/cgi-bin/queryTest.cgi
@@ -0,0 +1,9 @@
+#!/usr/bin/perl
+
+use CGI;
+my $cgi = new CGI;
+print $cgi->header('text/html');
+print "what's up doc";
+#print( $cgi->param( "test" ));
+
+