in reply to Re^2: More functional programming utilities
in thread More functional programming utilities
Where is the code you quoted from?sub sum (@) { reduce { $a + $b } @_ }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: More functional programming utilities
by kaif (Friar) on Jun 08, 2005 at 16:22 UTC | |
by demerphq (Chancellor) on Jun 08, 2005 at 18:44 UTC | |
by kaif (Friar) on Jun 09, 2005 at 01:28 UTC |