#!C:\perl\bin\perl.exe -wT use strict; use CGI; my $query = new CGI; print $query->header( "text/html" ); print < My First CGI Script

This is a pretty lame Web page

Who is this Ovid guy, anyway?

END_HERE # must have a line after "END_HERE" or Perl won't recognize # the token