Win32-IE-Mechanize - Re: Timing problem?

Posted on Fri Nov 25 12:26:50 2005 by abeltje in response to 1401 (See the whole thread of 8)
Re: Timing problem?
Hi Jochen,
First of all, could you try 0.009_17 from CPAN?
Second, there should be no need to call _wait_while_busy()!

I can't tell how you filled @fields, but I would write it as:
my @fields = $ie->current_form->inputs; for my $field ( @fields ) { my $val = $field->value; ... }
HTH,
-- Abe.
Direct Responses: 1854 | Write a response