#!/usr/bin/perl -wuse strict;print "Content-Type: text/plain\n";print "\n";print "your browser is: $ENV{HTTP_USER_AGENT}\n";