Can't locate object method

2007-09-04 Thread Xbiton
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

2007-09-04 Thread Xbiton
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; > > >