Help for this page

Select Code to Download


  1. or download this
    { #(1)
        my $depth = -1;
    ...
    } #(4)
    
    recurse(); # (5)
    
  2. or download this
    current depth:0
       .current depth:1
    ...
       .   .current depth:2
       .current depth:1
    current depth:0