mosh has asked for the wisdom of the Perl Monks concerning the following question:
I'm using the module HTTP::GetImages in order to extract PNG files from web page, the problem is that I need somehow to use cookie when I open the session, otherwise I'm getting no images.
For example, when I do it with Wget I specify the cookie as follows:
"wget -Epk --load-cookies /root/.mozilla/firefox/n3nkngb1.default/cookies.txt http://...html"
Does anyone now how can I use cookie with HTTP::GetImages ?
Maybe other module can do the job ?
Thanks,
MoshMonk.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: cookie with HTTP-GetImage
by arkturuz (Curate) on May 11, 2006 at 08:41 UTC | |
by mosh (Scribe) on May 11, 2006 at 09:20 UTC | |
by mosh (Scribe) on May 11, 2006 at 09:48 UTC | |
by arkturuz (Curate) on May 11, 2006 at 09:57 UTC |