in reply to Re: HTML::TableExtract issues
in thread HTML::TableExtract issues
Hi choroba
Thank you for your reply.
my @values = map defined($_) ? $_ : ' ', @$row;works perfectly. I see the problem with using grep in this case.
Changing: use HTML::TableExtract;
to: use HTML::TableExtract qw (tree);
yields: HTML::ElementTable::DataElement=HASH(0x3275f84), which repeats with different letters and numbers in between the HASH(), which I assume is the data within each cell of each table. More Googling required!!!
Cheers
Mr Bigglesworth
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: HTML::TableExtract issues
by poj (Abbot) on Aug 24, 2013 at 16:17 UTC | |
by Mr Bigglesworth (Initiate) on Aug 26, 2013 at 12:50 UTC | |
|
Re^3: HTML::TableExtract issues
by Laurent_R (Canon) on Aug 24, 2013 at 15:29 UTC | |
by Mr Bigglesworth (Initiate) on Aug 26, 2013 at 12:24 UTC |