Hi Kelvin,

> And another thing running the script by the command line just produces
> the script, by that I mean, where I would have thought it would have run
> the html bit it doesn't. It prints all the tags as well. Or am I
> misunderstanding what should happen?
Running the script from the command line:
# form.cgi
Content-type: text/html

<HTML>
<BODY BGCOLOR=#FFFFFF>
<CENTRE>
Thank You<BR>
 <BR>I will write<BR>
you at<BR>
<BR>
</CENTRE>
</BODY></HTML>
This is what you should see - Perl does not interpret the tags that is for
the browser.
So there is nothing wrong with what you are seeing or the script... :)

Hth,

Shaun
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.417 / Virus Database: 233 - Release Date: 08/11/2002

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.417 / Virus Database: 233 - Release Date: 08/11/2002


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

Reply via email to