![]() |
|
more useful options | |
PerlMonks |
Re^5: Specializing Functions with Curryingby jryan (Vicar) |
on Aug 06, 2004 at 21:03 UTC ( [id://380720]=note: print w/replies, xml ) | Need Help?? |
Why recurse when you can iterate instead? :)
Of course, that doesn't actually work because Perl's reduce uses global variables ($a,$b). But, we can roll our own:
In Section
Meditations
|
|