in reply to Re^2: Posting Form Using HTTP Request
in thread Posting Form Using HTTP Request

WWW::Mechanize might make things a lot easier (it actually uses LWP::UserAgent underneath) -- it can basically fill out the form for you, and fill out another form on the resulting page, etc (it's basically a browser)..