Help for this page

Select Code to Download


  1. or download this
    @heads = ("Date","Date of Incident","Unit Cost");
    $headers = \@heads ;
    $te = HTML::TableExtract->new(headers => $headers) ;
    $te->parse($page);
    
  2. or download this
    @heads = ("myDate", etc...
    $page =~ s/Date/myDate/gs ;
    $te->parse($page);