I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2006-06-25 14:00:23-07 by erik in response to 1303
Re: submit_form() and content of the new page
I encounter many problems when trying to load a number of pages/forms in sequence. Very often my script gets interrupted because Mech tries to do something on a page that is not loaded. I have tried inserting extra wait_while_busy without any success. Inserting extra sleeps does help but slows it all down substantially. Really this is something that urgently need improvement in my opinion. It would also be great if the script does not interrupt when an error like this occurs but rather just moves on to the next task.
Direct Responses: Write a response