in reply to LWP form post example not working

You need to find which form fields are sended to server from your browser (use Firefox LiveHTTPHeaders extension) and after that repeat this request.

P. S. It may be hidden field or submit button name or some JavaScript stuff or you first must load this page and recieve cookies...

Replies are listed 'Best First'.
Re^2: LWP form post example not working
by perlchild (Acolyte) on Oct 14, 2008 at 14:50 UTC
    There is a hidden redirect field but that is in the url of the post request. There is no javascript, and I have tried to load the page and get the cookie first, but after that request the cookie is invalid so it doesn't work in the next request when trying to do the post.