Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: XML::Simple: list all element attributes

by frozenwithjoy (Priest)
on Apr 08, 2015 at 07:50 UTC ( [id://1122776]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print_nodes($data);
    
    ...
            }
        }
    }
    
  2. or download this
    1st node: Text of 1st node
    2nd node: Text of 2nd node
    subnode A: Text of subnode A
    subnode B: Text of subnode B
    3rd node: Text of 3rd node
    
  3. or download this
    print_nodes( $data, 0 );
    
    ...
            }
        }
    }
    
  4. or download this
    1st node: Text of 1st node
    2nd node: Text of 2nd node
        subnode A: Text of subnode A
        subnode B: Text of subnode B
    3rd node: Text of 3rd node
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1122776]
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: (7)
As of 2024-03-29 12:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found