Help for this page
my $children = $node->{children}; my $child_type = undef; if ($node->{children} and $node->{children}->{data}) { $child_type = $node->{children}->{data}->{type}; }