summarylogtreecommitdiffstats
path: root/sample_perl.cgi
diff options
context:
space:
mode:
authormrxx2015-07-13 14:14:27 +0200
committermrxx2015-07-13 14:14:27 +0200
commit84a09cc426d74d91f52ef59b2e6fd68a23b3f744 (patch)
tree04763f4702b592e252c950055956731fb9de1d49 /sample_perl.cgi
parent159d741318f677f4e0d817081344e298507da531 (diff)
downloadaur-84a09cc426d74d91f52ef59b2e6fd68a23b3f744.tar.gz
Moved CGI directory to /usr/lib/cgi-bin, added samples
Diffstat (limited to 'sample_perl.cgi')
-rw-r--r--sample_perl.cgi9
1 files changed, 9 insertions, 0 deletions
diff --git a/sample_perl.cgi b/sample_perl.cgi
new file mode 100644
index 000000000000..d13d651d9f1c
--- /dev/null
+++ b/sample_perl.cgi
@@ -0,0 +1,9 @@
+#!/usr/bin/perl
+
+print "Content-type: text/html\n\n";
+print <<htmlcode;
+<html>
+<body>
+<h2>CGI Perl Example</h2>
+</body>
+htmlcode