Code:
#!C:\Perl\bin\perl.exe
# hello.pl -- my first perl script!
print "Content-type: text/html\n\n";
print <<"EOF";
<HTML>
<HEAD>
<TITLE>Hello, world1!</TITLE>
</HEAD>
<BODY>
<p>
<img src="http://localhost/icons/a.gif">
</BODY>
</HTML>
EOF

