Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    tst();
    
  2. or download this
    D:\tmp\pm>perl -d tst_recursion.pl
    
    ...
    1000 levels deep in subroutine calls!
    
      DB<1>
    
  3. or download this
    D:\tmp\pm>perl tst_recursion.pl
    Deep recursion on subroutine "main::tst" at tst_recursion.pl line 12.
    LIMIT 1050 reached at tst_recursion.pl line 11.
    
    D:\tmp\pm>