Help for this page

Select Code to Download


  1. or download this
    use strict;
    use HTML::Tree;
    ...
    
    print $tree->as_text;
    
  2. or download this
    
    use strict;
    ...
    print $title->as_text , "\n";
    print $title->as_HTML , "\n";
    
  3. or download this
    my @a_tags = $tree->look_down( '_tag' , 'a' );