in reply to Re: how to import hotmail addressbook by WWW::Mechanize or something else
in thread how to import hotmail addressbook by WWW::Mechanize or something else

yup, I tried as what you said. no luck indeed.
use HTTP::Cookies::Netscape; my $cookie_jar = HTTP::Cookies::Netscape->new( file => 'E:/lwp_cookies.dat', autosave => 1, ); my $mech = WWW::Mechanize->new( agent => 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', cookie_jar => $cookie_jar, stack_depth => 1, autocheck => 1, );
mm, we brought a script written by php. it uses 'curl_exec' and works fine. I tried to search in CPAN. and find WWW::Curl, but failed to install this module. (install progress stoped at test).
I just wonder whether anyone has written a similar script and give me a hint.
Thanks for your tip any way, inman.
  • Comment on Re^2: how to import hotmail addressbook by WWW::Mechanize or something else
  • Download Code