in reply to 302 object moved error

302 is not an error, it's a redirect. To redirect POSTs automatically, do
push @{ $browser->requests_redirectable }, 'POST';
as per the LWP::UserAgent documentation.