in reply to
HTTP::Cookies is saving an empty file
Does passing
ignore_discard => 1
in the constructor help anything? How about calling $cookie_jar->save() explicitly?
Comment on
Re: HTTP::Cookies is saving an empty file
Download
Code
Replies are listed 'Best First'.
Re: Re: HTTP::Cookies is saving an empty file
by
asiufy
(Monk)
on Jan 24, 2002 at 00:55 UTC
Congrats chromatic, you get a cookie :)
It was the
ignore_discard => 1
...
Still it seems funky that the cookie data is saved as a
Set-Cookie3
field...
Thanks, folks!
[reply]
[d/l]
[select]
In Section
Seekers of Perl Wisdom