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


in reply to What is Perl *NOT* good at?

I generally program it in perl first and see what happens. I have rarely been disappointed :)

In my experience, core perl can be less than optimal for

-Mark

Replies are listed 'Best First'.
Re^2: What is Perl *NOT* good at?
by etj (Deacon) on Jun 23, 2022 at 15:38 UTC
    Tail recursion is entirely possible in Perl, using the construct goto &own_func_name (having updated @_ as desired).