Help for this page
sub dump_tree { my $thing = shift; print "<div>"; ... print $thing if $thing->is_printable; print "</div>"; }
/* Take these as deep as you need/want and apply.class */ div { background-color: #111; } div>div { background-color: #611; } div>div>div{ background-color: #161; } div>div>div>div { background-color: #116; }