summaryrefslogtreecommitdiff
path: root/tests/docroot/www/cgi.pl
blob: 88ae6d35c8c4e72dbffd6230d27fc0e0b96f55ac (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;