in reply to Re: Re: Allocating more memory to perl process...
in thread Allocating more memory to perl process...
One way to get a sense of what's going on in your recursion is to print the values of arguments each time the sub is entered. You may discover that your base case isn't returning properly, or that you're not decomposing the problem the way you thought you were, and thus not making progress with each recursive call.
Apologies if this is obvious stuff that you've tried already, but I'd be wary of jumping to the conclusion that this is a perl or system issue before you're confident that the algorithm itself is correct.
$perlmonks{seattlejohn} = 'John Clyman';
|
|---|