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