Help for this page
if (@children) { print "<li>[$rec{'ID'}] $rec{'Subject'}<ul>\n"; for my $child (sort @children) { ... } print "</ul></li>\n"; }