in reply to Logon Faied

You might want to at least read the SYNOPSIS from HTTP::Cookies. I don't see where you're creating a cookie jar, and associating it with your browser. So you've got the "use HTTP::Cookies;" part out of the way, but you're not actually doing anything with the module. It's possible that your browser must accept cookies to log in (that's pretty common).


Dave