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

> A page is just a page even though it has a meta refresh tag in it.
> But it would be very nice to be able to set an option in LWP to automaticly
> redirect to the destination page without needing to parse the meta tags, get
> the URL, ...

You don't need to parse any meta tag.  It will be available as:

   $response->header("Refresh");

Regards,
Gisle

Reply via email to