Help for this page

Select Code to Download


  1. or download this
    my $data = [
       [ 'parent1', 'child1', 'grand_child1', undef,    ],
       [ 'parent1', 'child2', 'grand_child2', 'great_grand_child1',],
       [ 'parent1', 'child3', undef, undef,],
    ];
    
  2. or download this
    my $data = [
       [ 'parent1',      'child1' ],
       [ 'child1',       'grand_child1' ],
    ...
       [ 'grand_child2', 'great_grand_child2' ],
       [ 'parent1',      'child1c' ],
    ];