Help for this page

Select Code to Download


  1. or download this
    my $children = $node->{children};
    my $child_type = undef;
    if ($node->{children} and $node->{children}->{data}) {
      $child_type = $node->{children}->{data}->{type};
    }