Hi guys

I updated my cgi.pm to the most recent version available. But this didn't
help.

I therefore did some more testing, if I write my script like this:

    print $q->header,
    $q->start_html(),

I'm not getting any meta tags at all and of course it doesn't get validated.

I then tried to include the following code to create an HTTP-EQUIV <META>
tag as recommended in perldoc:

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

But like this I get a "Undefined subroutine &main::meta called ..."-software
error when executing the script.

It gets validated if it looks like this:

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">

So the problem seems to be the way the meta tags are beeing created by Perl
or the fact that the contained information is split into two meta tags.

Any more ideas?

Regards
Richard




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

Reply via email to