diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-02-13 01:33:31 -0800 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-02-13 01:33:31 -0800 |
| commit | 4100860d10e2fb015db01d22bbf3f4735bcf10ec (patch) | |
| tree | 995b51fe3f8a6fe7fb58938c83463f3b09b5ee7c /impattern/im/cgi-bin/queryTest.cgi | |
first
Diffstat (limited to 'impattern/im/cgi-bin/queryTest.cgi')
| -rwxr-xr-x | impattern/im/cgi-bin/queryTest.cgi | 9 |
1 files changed, 9 insertions, 0 deletions
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" )); + + |
