1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/tests/examples/docroot/cgi-bin/haserl1.cgi
2015-01-23 17:24:36 +01:00

11 lines
265 B
Perl
Executable File

#!/usr/local/bin/haserl
Content-Type: text/plain
<%# This is a sample "env" script %>
<% env %>
<%# Simple Command
Prints the results of the env command as a mime-type
"text/plain" document. This is the haserl version of the common
printenv cgi. %>