#!/usr/local/bin/perl 
use CGI;
print <<_html_doc;
Content-type: text/html
<html>
<body> 
<p>.... Hello. This is from CGI Program!!! </p>
</body>
<html>
_html_doc
