Help for this page
#!/usr/bin/perl ... print "</head>"; print "<body><h2>I just wrote a web page using Perl!</h2>"; print "</body></html>"
Content-type: text/html <html><head><title>CGI Test</title></head><body><h2>I just wrote a web + page using Perl!</h2></body></html>