foreach my $child ($element->content_list) { if (ref $child) { wiki_render($child); } else { print $child; } }