Help for this page

Select Code to Download


  1. or download this
    my @tables = $tree->findnodes('//table');
    my $table = $tables[12];
    
  2. or download this
    my @cells = $row->findnodes('td')
    
  3. or download this
    for my $cell (@cells)...
    print $cell->as_text