summaryrefslogtreecommitdiff
path: root/im/cgi-bin/test.cgi
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-02-15 18:21:14 -0800
committeryo mama <pepper@scannerjammer.com>2015-02-15 18:21:14 -0800
commitca7216ef0777de4ea226c6d672c4862362f9e74c (patch)
tree35444af3fe7159efb6c6358a21b1c1867e4fd6fd /im/cgi-bin/test.cgi
parent08640b7ab204e99463f37e5efb4af28f091c0b61 (diff)
finalizing
Diffstat (limited to 'im/cgi-bin/test.cgi')
-rwxr-xr-xim/cgi-bin/test.cgi49
1 files changed, 0 insertions, 49 deletions
diff --git a/im/cgi-bin/test.cgi b/im/cgi-bin/test.cgi
deleted file mode 100755
index 1159090..0000000
--- a/im/cgi-bin/test.cgi
+++ /dev/null
@@ -1,49 +0,0 @@
-#!/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);