diff options
| author | Paul Buetow <paul@buetow.org> | 2010-11-21 16:56:10 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-11-21 16:56:10 +0000 |
| commit | c67ed39bc994a0aef06454c1e3044e79f712b739 (patch) | |
| tree | 4397f736b9161f50cd0b00cdcfd2b0acc7c1af7e /html/test.cgi | |
| parent | 93ce2024a62325cbae5f2f6fd2155a4ef89cee63 (diff) | |
Diffstat (limited to 'html/test.cgi')
| -rw-r--r-- | html/test.cgi | 9 |
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"; + + |
