Hi All,
I am trying to use
$ua->cookie_jar(HTTP::Cookies->new( file => "lwpcookies.txt",
autosave => 1));but it is not saving the cookies information in lwpcookies.txt. I tried to save cookies as follows; open (FILE,">>MyCookie.txt") || die print "Can't open file for writing"; print FILE $MyCookieContent . "\n"; close FILE; where $MyCookieContent contains cookie for sure. What can be the problem? regards, -Ahmed.
