in reply to Tail recursion elimination
It's not an error, it's just a warning and you'd do better to just turn it off with no warnings 'recursion' than to do this ugly thing you just posted. I'm sure there's a valid reason to use goto &{...} to get around recursion in perl but I haven't seen it yet.
⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Tail recursion elimination
by jdporter (Paladin) on Apr 28, 2006 at 20:03 UTC | |
by diotalevi (Canon) on Apr 28, 2006 at 20:10 UTC | |
by billh (Pilgrim) on Apr 28, 2006 at 20:27 UTC | |
Re^2: Tail recursion elimination
by billh (Pilgrim) on Apr 28, 2006 at 20:25 UTC | |
Re^2: Tail recursion elimination
by blazar (Canon) on May 02, 2006 at 11:46 UTC |