Help for this page

Select Code to Download


  1. or download this
    use HTML::TreeBuilder        qw( );
    use HTML::TreeBuilder::XPath qw( );
    ...
    }
    
    $tree->delete();
    
  2. or download this
    use HTML::Entities qw( encode_entities );
    
    ...
          foreach @children;
       print("\n");
    ...