- or download this
use strict;
use warnings;
...
my $te = HTML::TableExtract->new( depth => 2, count => 2 );
print Dumper ($te);
- or download this
$VAR1 = bless( {
'_ts_sequential' => [],
...
'_tables' => {},
'_cdepth' => -1,
'elastic' => 1,
- or download this
'count' => 2,
'depth' => 2,
- or download this
'automap' => 1,
'keepall' => 0,
...
'_tablestack' => [],
'_table_mapback' => {}
}, 'HTML::TableExtract' );