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";