http://qs1969.pair.com?node_id=453112

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

Hey guys, I'm just learning perl and i'm trying to make a script that automatically navigates and logs me in to xmradio.com online and launches the player. If I had already logged in through a regular browser the cookies get set and the script runs great! If i delete the cookies, and run the script I get an error page from xmradio that you usually get when your logged out and try to reload the page. So, at this point it doesnt set a cookie for my username and pass. How do I set cookies using WWW::Mechanize? Or what is the best way to go about this? Thanks in advance, Buddy