Pfft Windows... I noticed it placed carrige returns in all over the
place.  I removed them and all is working fine :)

*CHRISIS OVER*

On Sat, 2002-04-06 at 16:02, Tanton Gibbs wrote:
> I typed this in just as you have it and it works fine for me.
> 
> what versions of perl and CGI are you using?
> 
> Also, are you SURE that the program below is what you are tyring to run.
> ----- Original Message ----- 
> From: "Daniel Falkenberg" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, April 06, 2002 1:27 AM
> Subject: Can any one see anything wrong with this simple code?
> 
> 
> > 
> > 
> > #!/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]
> > 
> 



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

Reply via email to