diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-02-13 02:41:42 -0800 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-02-13 02:41:42 -0800 |
| commit | 64f41d53728a966f10aef6d7ffbc00853d754300 (patch) | |
| tree | 082f17db25c61f66aec87dc47fbc208cb17ca168 /impattern/im/cgi-bin/queryTest.cgi | |
| parent | fab0563ff31365c2396f7353679c8239aed3ce8b (diff) | |
fixed some basics
Diffstat (limited to 'impattern/im/cgi-bin/queryTest.cgi')
| -rwxr-xr-x | impattern/im/cgi-bin/queryTest.cgi | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/impattern/im/cgi-bin/queryTest.cgi b/impattern/im/cgi-bin/queryTest.cgi deleted file mode 100755 index 5e6d573..0000000 --- a/impattern/im/cgi-bin/queryTest.cgi +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/perl - -use CGI; -my $cgi = new CGI; -print $cgi->header('text/html'); -print "what's up doc"; -#print( $cgi->param( "test" )); - - |
