Hello,
2nd day on perl so please forgive me if I am doing something stupid here. I am trying to get the table with the class ="details" then trying to get the text of every td within that table:while (my $table = $stream->get_tag("table")){ print $table->[1]{class}; if($table->[1]{class} eq 'details'){ print "HERE"; while(my $row = $table->get_tag("td")){ print $table->get_trimmed_text("/td"); } } }
In reply to Toke Parser get table by datarecall
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |