John Edwards [mailto:[EMAIL PROTECTED]] wrote:
>
> OK. I think I see it now. Your script has errors in it.
Beat me to it... :-)
but...
> The web server is parsing the file as a perl script. You have
> syntax errors
> in your Perl script (All the HTML tags, for Perl to parse
> them in the way
> you intend you need to write them as
> print "<HTML>";
>
> and
> print "<\/HTML";
Shouldn't that be
print '</HTML>';
There's no need to escape slashes (I assume the missing '>' was a typo), and
using single quotes avoids most processing of the content of the string.
Richard Cox
Senior Software Developer
Dell Technology Online
All opinions and statements mine and do not in any way (unless expressly
stated) imply anything at all on behalf of my employer