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