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