Help for this page

Select Code to Download


  1. or download this
    sub dump_tree {
        my $thing = shift;
        print "<div>";
    ...
        print $thing if $thing->is_printable;
        print "</div>";
    }
    
  2. or download this
    /* 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; }