Help for this page

Select Code to Download


  1. or download this
    sub HTML::TableExtract::Table::DESTROY {
        eval {
    ...
        };
        return;
    }
    
  2. or download this
     
            my $te = HTML::TableExtract -> new(  );
    ...
                undef $te;
                1;
            } or warn $@;