http://www.perlmonks.org?node_id=41634

lolindrath has asked for the wisdom of the Perl Monks concerning the following question:

In my Fundementals of Computer Science class we've studied recursive programming techniques. Since then I've been seeing recursive solutions to many of my programming problems.
My question is, which is better, looping or recursing? Which is more suited for Perl?
Thanks

--=Lolindrath=--