in reply to Re: Resources for Functional Programming?
in thread Resources for Functional Programming?
functional programming? You clearly rely on the side effect of shift here. Better usesub tail (@) { shift; @_ }
or something like that.sub tail (@) { @_[1..@_-1] }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (3) Resources for Functional Programming?
by stvn (Monsignor) on Mar 17, 2004 at 23:09 UTC | |
by tilly (Archbishop) on Mar 20, 2004 at 03:06 UTC |