#!/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]
- Re: Can any one see anything wrong with this simple code... Daniel Falkenberg
- Re: Can any one see anything wrong with this simple... Tanton Gibbs
- Re: Can any one see anything wrong with this si... Daniel Falkenberg