Help for this page
use warnings; use strict; ... $te->parse ($data); foreach my $ts ($te->table_states ()) {print "R ", join (',', @$_), "\n" foreach $ts->rows ();}
__DATA__ <html> ... R Name,Blah R bill,fdagdfg R ted,sdfsdf