xref
: /
mOS-networking-stack
/
samples
/
lighttpd-1.4.32
/
tests
/
docroot
/
www
/
cgi.pl
(revision 76404edc)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#! /
usr
/
bin
/
perl
2
3
print
"Content-Type:
text
/
html
\r\n\r\n"
;
4
5
print
$
ENV
{
"SCRIPT_NAME"
};
6
7
0
;
8