Help for this page

Select Code to Download


  1. or download this
    $ perl test.pl 
    Deep recursion on subroutine "Tree::_fix_height" at
    ...
    .
    .
    .
    
  2. or download this
        (W recursion) This subroutine has called itself (directly or indir
    +ectly)
        100 times more than it has returned.
    
  3. or download this
    This threshold can be changed from 100, by recompiling the perl binary
    +,
        setting the C pre-processor macro PERL_SUB_DEPTH_WARN to the desir
    +ed value.
    
  4. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    $ perl test.pl
    success