Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: HTML::TreeBuilder: sort a Definition List (<dl>)

by Util (Priest)
on Sep 13, 2005 at 01:54 UTC ( [id://491434]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my ($dl) = $tree->look_down('_tag', 'dl');
    
  2. or download this
    my $dl = $tree->look_down('_tag', 'dl');
    
  3. or download this
    #!/usr/bin/perl -W
    use strict;
    ...
    print $tree->as_HTML; # or use HTML::PrettyPrinter
    
    $tree = $tree->delete();
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://491434]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-16 05:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found