On Sun, 24 Sep 2000, Nathan Wiger wrote:
> > Offer simple functions to set HTTP headers (e.g. content type, result codes)
> How about %HTTP, which is just flushed on the first line of output?
>    use cgi;
>    $HTTP{'Content-type'} = 'text/html';
>    print "Hello!";     # flushes %HTTP first


        I like this a lot, but you need to make sure that it flushes the
hash in the right order if multiple keys are present.

                        Dave

Reply via email to