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

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

print $ENV{"PATH_INFO"};

0;