summaryrefslogtreecommitdiff
path: root/html/test.cgi
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-15 23:29:40 +0000
committerPaul Buetow <paul@buetow.org>2008-05-15 23:29:40 +0000
commitd891a923bc507f28caa69f625079755d1a2083e7 (patch)
tree03ae20f0ecd1590629ec1e720026ccf34ddaac3f /html/test.cgi
moved stuff the trunk
Diffstat (limited to 'html/test.cgi')
-rw-r--r--html/test.cgi9
1 files changed, 9 insertions, 0 deletions
diff --git a/html/test.cgi b/html/test.cgi
new file mode 100644
index 0000000..12b7f75
--- /dev/null
+++ b/html/test.cgi
@@ -0,0 +1,9 @@
+#!/usr/bin/perl -w
+
+use strict;
+
+print "<html><body>\n";
+print "Hello World!\n";
+print "</body></html>\n";
+
+