summaryrefslogtreecommitdiff
path: root/tests/docroot/www/cgi.pl
blob: 9695adf678d8c53aa1db180a87a630a35de528b6 (plain)
1
2
3
4
5
6
7
#! /usr/bin/perl 

print "Content-Type: text/html\r\n\r\n";

print $ENV{"SCRIPT_NAME"};

0;