Help for this page

Select Code to Download


  1. or download this
    for ($mycount = 1; $mycount <=9; $mycount++) {
         my $te = new HTML::TableExtract ( depth => 1, count => $mycount )
    +;
         # more stuff
    }
    
  2. or download this
    reset_state()
    
        If you are using the same HTML::TableExtract object for multiple p
    +arses, call this between each parse to wipe the internal slate clean.