1#! /usr/bin/perl
2
3print "Content-Type: text/html\r\n\r\n";
4
5print $ENV{"SCRIPT_NAME"};
6
70;
8