Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Parsing complex data

by chanakya (Friar)
on Jul 15, 2005 at 15:01 UTC ( [id://475244]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @data_array_ref = [
        mykey1 => {firstkey => 'firstvalue', secondkey => 'secondval' }
    ...
        mykey4 => [ [4, 5, three] [6, 7, four] [8, 9, five] ]
    ]
    
  2. or download this
    
    mykey1 => firstval, secondval
    mykey2 => turtle, Dennis
    mykey3 => one, two, three
    mykey4 = 4, 5, three, 6, 7, four, 8, 9, five
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (2)
As of 2024-04-19 01:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found