in reply to Re: CGI: Server error on meta tag
in thread CGI: Server error on meta tag

Thanks, PodMaster. I don't see that requirement anywhere in the documentation for CGI.pm, but it seems to have done the trick. (I'm looking here - is there somewhere else that has more information?)

Thanks again!
InsolentFlunkey

Replies are listed 'Best First'.
Re: Re: Re: CGI: Server error on meta tag
by PodMaster (Abbot) on Dec 15, 2002 at 21:50 UTC
    requirement?

    It's a big document, you must read it till your eyes bleed ;)

    Where did you get the idea to use meta instead of $query->meta()?

    It should have been from USING-THE-FUNCTION-ORIENTED-INTERFACE, which explains lots.


    MJD says you can't just make shit up and expect the computer to know what you mean, retardo!
    ** The Third rule of perl club is a statement of fact: pod is sexy.

      I wondered why the CGI Doc page seemed to get redder and redder the more I stared at it. ;o)

      I used meta from the CREATING THE HTML DOCUMENT HEADER section, several lines down, under the heading 'And here's how to create an HTTP-EQUIV <META> tag'.

      I just started working with this module a few days ago, so I really appreciate all your input - thanks!