in reply to Re: cookie with HTTP-GetImage
in thread cookie with HTTP-GetImage

How can I get images from a web page using LWP ?

I went over the docs, there's no option like that.

mosh

Replies are listed 'Best First'.
Re^3: cookie with HTTP-GetImage
by arkturuz (Curate) on May 11, 2006 at 09:57 UTC
    You can get it as any other document addressed by URI. So if you have a HTML code of a web page with the desired image, extract the link to an image and pass it to LWP to fetch it in the same way as you would fetch that first web page.