Hmm.
I've got the user-agent able to download the webpage ok, but I'm still having trouble with the cookies.
Apparently HTTP::Cookies uses its own cookie file. However I have the cookie on my machine in internet explorer format. There's no way for me (that _I_ know of at least :)) to get the cookie using the user agent, because that requires that I submit a form. (i.e. I submit a form with login + pass, it logs me in and sets the cookie). Now I have already logged in and told it to store my cookie - how do I "transfer" this cookie to HTTP::Cookies?