lighttpd1.4/tests/docroot/www/cgi-pathinfo.pl

8 lines
92 B
Perl
Executable File

#!/usr/bin/env perl
print "Content-Type: text/html\r\n\r\n";
print $ENV{"PATH_INFO"};
0;