Help for this page

Select Code to Download


  1. or download this
    <ul class="top">
        <li>Level 1
    ...
            </ul>
        </li>
    </ul>
    
  2. or download this
    my $tree = HTML::TreeBuilder::XPath->new;
    $tree->parse($html);
    ...
            print "$text\n";
        }
    }
    
  3. or download this
    Level 1 Level 2 Level 3
    
  4. or download this
    Level 1