Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Trying to pull the key values from a Hash

by Anonymous Monk
on Nov 24, 2009 at 15:14 UTC ( [id://809097]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $children{$parent_id}{$child_id}{'id'} = $newid;
    
  2. or download this
    @{ $children{$parent_id} });
    
  3. or download this
    keys($children{$parent_id})
    

Log In?
Username:
Password:

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

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

    No recent polls found