Help for this page
$tree->{data}='stuff';' $tree->{children}=[{},{},{}];
sub parse { ... for(@{$->{children}}){ parse($_);} }} }