Help for this page

Select Code to Download


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