Help for this page

Select Code to Download


  1. or download this
    my $tree = new HTML::TreeBuilder(...);
    # now replace 'HTML::Element' with my subclass
    $tree->{'_element_class'} = 'HTML::MyElementSubclass';