I am using WWW::Mechanize in order to get some information from a web application. My problem is that between request page and result page there are 3 intermediate pages that just indicate that the server accepted the request, is working on it and has termined. Then it comes the result page. The intermediate pages dont have any forms or links on them. $mech gets the first page it can see after submit so it stores the page that indicates, that the server accepted the request.