From 498c570e089b41f122584ace973a69b7590232cd Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 27 Jan 2009 23:25:11 +0000 Subject: --- html/test.cgi | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 html/test.cgi (limited to 'html/test.cgi') 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 "\n"; +print "Hello World!\n"; +print "\n"; + + -- cgit v1.2.3