Help for this page

Select Code to Download


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