From 4100860d10e2fb015db01d22bbf3f4735bcf10ec Mon Sep 17 00:00:00 2001 From: yo mama Date: Fri, 13 Feb 2015 01:33:31 -0800 Subject: first --- impattern/im/cgi-bin/queryTest.cgi | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 impattern/im/cgi-bin/queryTest.cgi (limited to 'impattern/im/cgi-bin/queryTest.cgi') diff --git a/impattern/im/cgi-bin/queryTest.cgi b/impattern/im/cgi-bin/queryTest.cgi new file mode 100755 index 0000000..5e6d573 --- /dev/null +++ b/impattern/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" )); + + -- cgit v1.2.3-70-g09d2