in reply to Authentification with LWP

Can I get though?
If a browser can, so can a Perl program. How is of course a different question. From the limited stuff you show, it seems a javascript issue, where the form is submitted as soon as the page loads. So I suggest you send a request that mimics submitting the form. You might want to use WWW::Mechanize for that.

Abigail