Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

various hash construction/ printing questions..

by bryank (Acolyte)
on Jun 13, 2009 at 15:42 UTC ( [id://771244]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $nodes{$_}{name}||=$_
            for $c,$p;
    
  2. or download this
    delete $nodes{$_}
        for @children;
    
  3. or download this
    
     'name' => 'a',
    ...
                                               'f' => {
                                                        'name' => 'f'
    
  4. or download this
    
    a
    ...
    a:c:e
    a:c:f
    
  5. or download this
    print $hash->{$key}->{'name'} . "\t";
    print $hash->{$key}->{'addres'} . "\n";
    

Log In?
Username:
Password:

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

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

    No recent polls found