http://qs321.pair.com?node_id=150620


in reply to Re: Errors in my (simple?) CGI Script!
in thread Errors in my (simple?) CGI Script!

The end of HERETO docs need to be left justified.

This is correct, but if you want to give the appearance of indentation, you can quote the whitespace as well

print <<' EOF'; <html> .... EOF

Probably not good coding practice, but neat nonetheless. More information is available here (thanks to theguvnor for the original link :)