CGI Perl

#!/usr/bin/perl
print "Content-type: text/html\n\n";
print "Your browser is a $ENV{'HTTP_USER_AGENT'} 
";
print "The Server Protocol is $ENV{'SERVER_PROTOCOL'}
";
print "The HTTP Host is $ENV{'HTTP_HOST'}
";