summaryrefslogtreecommitdiff
path: root/impattern/im/cgi-bin/test.cgi
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-02-13 01:33:31 -0800
committeryo mama <pepper@scannerjammer.com>2015-02-13 01:33:31 -0800
commit4100860d10e2fb015db01d22bbf3f4735bcf10ec (patch)
tree995b51fe3f8a6fe7fb58938c83463f3b09b5ee7c /impattern/im/cgi-bin/test.cgi
first
Diffstat (limited to 'impattern/im/cgi-bin/test.cgi')
-rwxr-xr-ximpattern/im/cgi-bin/test.cgi49
1 files changed, 49 insertions, 0 deletions
diff --git a/impattern/im/cgi-bin/test.cgi b/impattern/im/cgi-bin/test.cgi
new file mode 100755
index 0000000..1159090
--- /dev/null
+++ b/impattern/im/cgi-bin/test.cgi
@@ -0,0 +1,49 @@
+#!/usr/bin/perl
+
+print "Content-Type: text/html\r\n\r\nHello, world!\n";
+open MYFILE, ">/home8/basedxco/public_html/TESTFILE" or die $!;
+
+
+
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+print MYFILE "this is a test!!!!";
+close(MYFILE);