#!/usr/bin/perl -w

use CGI qw(:all);

print header();

print<<HTML;
<html>
  <body> Hello World!</body>
</html>
HTML

This on any other day seem very simple to me but for some reason I am
recieving the following error?

Can't find string terminator "HTML" anywhere before EOF

I have tried with or without HTML; but still not luck?

Any ideas or is there a stupid error somewhere?

Dan


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to