Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

HTML::Tree(Builder) in 6 minutes

by trs80 (Priest)
on Aug 03, 2003 at 17:18 UTC ( [id://280461]=perlmeditation: print w/replies, xml ) Need Help??

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' );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://280461]
Approved by broquaint
Front-paged by gmax
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-03-28 09:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found