in reply to Recursion is not a looping construct.
in thread How can I add all the numbers in an array with out doing a foreach loop?
The call is harder to make in Perl, since I don't believe it optomizes tail-recursion down to a loop, and it does have normal looping operators. There are cases where recursion is clearly not a looping construct, but I must say that in some instances recursion clearly is a looping construct.
|
|---|