Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

How to simplify the datastructure returned by XML::Twig

by davido (Cardinal)
on Nov 06, 2005 at 07:23 UTC ( [id://506086]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    <node id="504944">
    </node>
    </thread>
    
  2. or download this
    $VAR1 = {
        'node' => {
    ...
            '504944' => undef
        }
    };
    
  3. or download this
    $VAR1 = {
        '504942' => {
    ...
        '504941' => undef,
        '504944' => undef
    };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-03-29 07:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found