Help for this page

Select Code to Download


  1. or download this
    $ts[0]->rows
    
  2. or download this
    use strict;
    use HTML::TableExtract;
    ...
    my @data = $ts[0]->rows;
    
    print Dumper(@data);
    
  3. or download this
    $VAR1 = [
              'Justin',
    ...
              '2419422'
            ];