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 2005-11-25 10:26:50-08 by abeltje in response to 1401
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