#!/usr/bin/perl print "Content-Type: text/html\r \r

Hello, your hostname is $ENV{\"REMOTE_HOST\"}

Your IP address is $ENV{\"REMOTE_ADDR\"}

Your browser is type $ENV{\"HTTP_USER_AGENT\"}

Your query string is $ENV{\"QUERY_STRING\"}

You last visited $ENV{\"REFERER\"} ";