Re: sending cookie information

2001-12-05 Thread Gisle Aas
"Tusar K. Nayak" <[EMAIL PROTECTED]> writes: > #!/usr/bin/perl > > use LWP::UserAgent; > use HTTP::Request; > use HTTP::Request::Common; > use HTTP::Cookies; > > > $ua = LWP::UserAgent->new; > > $cookie_jar = > HTTP::Cookies->new(AutoSave=>1,ignore_discard =>1 , It should be 'autosave';

Re: sending cookie information

2001-12-05 Thread Gisle Aas
Francis Turner <[EMAIL PROTECTED]> writes: > Tusar K. Nayak wrote: > > > hi, > > I use that.. but it doesnt save the cookie information > > in the file.. i think thats why its unable to send the > > cookie information.. > > > Ahhh I had a problem like that also once. Try > $ua->cookie_jar(HTTP::