Help for this page
my @table = $root->look_down( _tag => 'table', .... ); # <== insert ad +ditional attributes to specify the proper table while ( @table ) { ... } }