in reply to LWP::UserAgent Help

I would try using WWW::Mechanize for this. You just fill in form values and it will create and issue the proper POST request for you. You would use the ->credentials() method to set up basic authorization.

Replies are listed 'Best First'.
Re^2: LWP::UserAgent Help
by spicone (Initiate) on Jun 13, 2008 at 19:36 UTC
    Could you point me in the direction of a sample code I could look at? And do i need to download that or should it be on my computer already?
      Just look up the documentation for WWW::Mechanize::Cookbook and WWW::Mechanize::Examples (e.g. on CPAN).