in reply to
Re: What is Perl *NOT* good at?
in thread
What is Perl *NOT* good at?
Tail recursion is entirely possible in Perl, using the construct
goto &own_func_name
(having updated
@_
as desired).
Comment on
Re^2: What is Perl *NOT* good at?
Select
or
Download
Code
In Section
Seekers of Perl Wisdom