Help for this page

Select Code to Download


  1. or download this
            my (
                $tree,                    $title,
    ...
                Please change if desired.\n\n";
            }
    
  2. or download this
        $newtitleh1 ...
        $newtitleastexth1  ...
    ...
        $newtitleastexth2clipped  ...
        $html->push_content ...
    
  3. or download this
    #!/usr/bin/perl --
    # Ebola.pl
    ...
    } ## end sub Ebola
    
    __END__
    
  4. or download this
    <html><head></head><body><h4>0123456789</h4><h4></h4></body></html>
    
    ...
    
    <html><head><title>f</title></head><body>01234</body></html>
    
  5. or download this
    sub Main {
        AsdfQwerty( '<h1>0123456789</h1>', '01234' );
    ...
        AsdfQwerty( '<h5>0123456789</h5>', '01234' );
        AsdfQwerty( '<p>0123456789</p>', '01234' );
    }
    
  6. or download this
                local $\ = $/;
                print $_->as_HTML
                  for $tree->look_down( '_tag', 'img ',
    ...
                
                print $tree->as_HTML;
                $tree = $tree->delete;
    
  7. or download this
    #!/usr/bin/perl
    
    # HTML::TreeBuilder invokes HTML::Entities::decode on the contents of
    ...
    ok($href =~ /lang/, "href should contain 'lang' (is: $href)");
    
    exit;