Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: Parsing complex data

by ikegami (Patriarch)
on Jul 15, 2005 at 15:38 UTC ( [id://475254]=note: 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' },
    ...
    }
    
    __END__
    
  2. or download this
    output
    ======
    ...
    ARRAY(0x1ab5148) =>ARRAY(0x1ab50d0)
    mykey4 =>
    ARRAY(0x1ab52f8) =>ARRAY(0x1ab5190), ARRAY(0x1ab5208), ARRAY(0x1ab5280
    +)
    
  3. or download this
    $data_array_ref = [
        mykey1 => {firstkey => 'firstvalue', secondkey => '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: note [id://475254]
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found