Help for this page
my $root = {}; my $node = $root; ... use Data::Dumper; print Dumper($root);
$VAR1 = { '_children' => [ ... } ] };