summaryrefslogtreecommitdiff
path: root/pinyweb/cgi-bin
diff options
context:
space:
mode:
authorjrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu>2010-12-21 01:00:37 -0800
committerjrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu>2010-12-21 01:00:37 -0800
commit599d8ef054d361982a48216063b04038fe2bcb7a (patch)
tree6597c5004ad38d31609a933cf24772476a1da68b /pinyweb/cgi-bin
parenta672e2c082559edfcf686199eeef2411abe78ab0 (diff)
downloadpiny-code-599d8ef054d361982a48216063b04038fe2bcb7a.tar.gz
piny-code-599d8ef054d361982a48216063b04038fe2bcb7a.zip
Adding build and config infrastructure for Piny CGIs
Diffstat (limited to 'pinyweb/cgi-bin')
-rw-r--r--pinyweb/cgi-bin/piny-newuser.cgi9
1 files changed, 9 insertions, 0 deletions
diff --git a/pinyweb/cgi-bin/piny-newuser.cgi b/pinyweb/cgi-bin/piny-newuser.cgi
new file mode 100644
index 0000000..d10c6ba
--- /dev/null
+++ b/pinyweb/cgi-bin/piny-newuser.cgi
@@ -0,0 +1,9 @@
+#!/usr/bin/perl
+
+use warnings;
+
+use CGI;
+
+print 'Content-type: text/plain
+
+hello'