Help for this page
sub wrap { my $tree = HTML::TreeBuilder->new_from_content(shift); ... } return $tree->as_HTML; }