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-07-24 16:31:58-07 by robert in response to 2533
Re: Timing problem?
I use WIN32::OLE module. I found this small subroutine that waits for IE. If you are using IE, or have IE, then this might work for you. You can also just set visible to false and it would work almost like Mech does.
sub WaitForBusy { while ($IEbrowser->{Busy} == 1) { sleep(0.5); } }
Direct Responses: 3494 | Write a response