tornadoslims has asked for the wisdom of the Perl Monks concerning the following question:
Hi All -
Im building a client-side yahoo mail reader in perl using Mail::Client::Yahoo. I'd like to be able to call the mechanize yahoo login object in one perl script, and then perform other functions (message send, recieve, what have you) in another script. The problem is I can't seem to save the session state and need to relogin each time I want to grab some more data from my yahoo account. Is there any way to save either the Mail::Client::Yahoo object ( I tried Storable- no luck) or the cookies from mechanize so I can stay logged in across script execution?
Thanks Monks!
Tornadoslims