Help for this page
sub get_children { my $parent_id = shift; ... get_children($_); } }
my $parent_id = shift; ... $results .= $_."\n"; get_children($_); }