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