Re: LWP and cookies
The Saltydog <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <[email protected]> |
On 29 Aug 2005 03:38:34 -0700, Gisle Aas <[email protected]> wrote: > Try to set up the $ua with: > > $ua = LWP::UserAgent->new(keep_alive => 1); Thanks! Now the connection is Keep-Alive, as from the web. Unfortunately, still doesn't work, so I will investigate more..