in reply to Re: lwp::simple basic question about webbing
in thread lwp::simple basic question about webbing
$ua->cookie_jar([$cookies])
Get/set the HTTP::Cookies object to use. The default is to have no cookie_jar, i.e. never automatically add "Cookie" headers to the requests.
I have four lines of stuff from this website. Would I put them into an array, would I put the cookies in $cookies and have many of the above lines of code, or how might I go about showing them my cookies that the have set?
LeGo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
LWP::UserAgent & HTTP::Cookies
by dkubb (Deacon) on Jan 18, 2001 at 13:27 UTC |