Help for this page

Select Code to Download


  1. or download this
    # the nested array refs
    my $tree = [
    ...
                     'Child2' => {}
               }
    };
    
  2. or download this
    # using arrays where 
    # the array index is 
    ...
           { id => 3, parent_id => 1, node => 'GrandChild1' },
           { id => 4, parent_id => 1, node => 'GrandChild2' }
    ];