http://www.perlmonks.org?node_id=656877

sadarax has asked for the wisdom of the Perl Monks concerning the following question:

I'm trying to create a script that will automatically upload a file to www.divshare.com using my account name. I plan to have files upload one after another.

I think I can do this using WWW::Mechanize

My problem is that I do not know how to make it use my account name and password. Any ideas? I am sure some cookies may be involved, but I'm not sure.