Can't locate object method
Hi, I've doing some tests with win32::IEAutomation. when I try to access a Table: for my $a (@atbl){ my @allRows = $a->rows; for my $in(@allRows){ my @allCell = $in->cells; for my $y (@allCell){ print $y->cellText; }
Re: Can't locate object method
On Sep 4, 5:04 pm, [EMAIL PROTECTED] (Rob Dixon) wrote: > Xbiton wrote: > > Hi, > > > I've doing some tests with win32::IEAutomation. when I try to access a > > Table: > > > for my $a (@atbl){ > > > my @allRows = $a->rows; > > >