in reply to cookie with HTTP-GetImage

Use LWP. It supports cookies.

BTW, HTTP-GetImage doesn't sound as Perl module. I couldn't find it on CPAN. Where did you get it?

Replies are listed 'Best First'.
Re^2: cookie with HTTP-GetImage
by mosh (Scribe) on May 11, 2006 at 09:20 UTC
    It is a CPAN module:

    http://search.cpan.org/~lgoddard/HTTP-GetImages-0.343/GetImages.pm

Re^2: cookie with HTTP-GetImage
by mosh (Scribe) on May 11, 2006 at 09:48 UTC
    How can I get images from a web page using LWP ?

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

    mosh

      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.