Help for this page

Select Code to Download


  1. or download this
    use warnings;
    sub recurse {
    ...
    recurse(200);
    print "tailless_recursing\n";
    tailless_recurse(200);
    
  2. or download this
    recursing
    Deep recursion on subroutine "main::recurse" at /tmp/p line 7.
    tailless_recursing