Help for this page

Select Code to Download


  1. or download this
    use strict; use warnings; 
    use Data::Dumper; 
    ...
      $node->{parent}=$parent;
      push @{$parent->{childs}},$node;
    }
    
  2. or download this
    $VAR1 = {
      '1top' => {
    ...
      'child21' => $VAR1->{'1top'}{'childs'}[1]{'childs'}[0],
      'child22' => $VAR1->{'1top'}{'childs'}[1]{'childs'}[1]
    };