http://qs1969.pair.com?node_id=11144987


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).