|
|
| go ahead... be a heretic | |
| PerlMonks |
Answer: Can I make recursive calls to subroutines? |
| ( #11280=categorized answer: print w/ replies, xml ) | Need Help?? |
|
Q&A > subroutines > Can I make recursive calls to subroutines? contributed by chromatic
Yes. Perl will even warn you if the recursion stack gets too deep (I'm currently around 200,000 calls).
|
|
||||||||||||||||||