Help for this page

Select Code to Download


  1. or download this
    while (my $line = <>) {
      chomp $line;
    ...
      
      print build_subtree_oneline($tree,1), $/;
    }
    
  2. or download this
    $VAR1 = undef;
    $VAR1 = {
              'children' => []
            };