On Wed, 20 Nov 2002 at 13:58, Michael Kelly opined:

MK:On Wed, Nov 20, 2002 at 02:02:05PM +0000, Nick Malden wrote:
MK:
MK:CGI.pm doesn't support http-equiv meta-tags, according to the documentation.
MK:What about something as simple as:

what?  snippet from perldoc CGI:

To create an HTTP-EQUIV type of <meta> tag, use -head, described below.

....

And here's how to create an HTTP-EQUIV <meta> tag:

    print start_html(-head=>meta({-http_equiv => 'Content-Type',
                                  -content    => 'text/html'}))


the error associated with the original post's code was due to the fact 
that the syntax was not correct.  the solution that CGI.pm provides means 
that, even if the syntax is corrected, it still won't work.  use the -head 
method described in the CGI docs.


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

Reply via email to