#!/usr/bin/perl -wT use strict; print "Content-type: text/html\n\n"; print "
Request_URI contained: " . join( ' ', map {"[$_]"} split '/', $ENV{REQUEST_URI}) . "