"Octavian Rasnita" <[EMAIL PROTECTED]> writes:

> I know that http-equiv meta tags are considered HTTP headers by most
> browsers.
> Shouldn't be these tags considered HTTP headers by LWP also?
> ....just an idea.

They are already automatically added to the HTTP::Response object as
HTTP headers.  You can turn off this feature with:

   $ua->parse_head(0);

Regards,
Gisle

Reply via email to