Re: RFC 231 (v1) Data: Multi-dimensional arrays/hashes andslices
[email protected] (Karl Glazebrook) Thu, 21 Sep 2000 16:14:20 -0400
| Newsgroups | perl.perl6.language.data |
|---|---|
| Message-ID | <[email protected]> |
Buddha Buck wrote: > > > > @x = 3 * $y[|i]; > > > >It's not as clean as @x = 3 * @y, but it is cleaner context-wise. > > And one could argue that: > > @x = map 3*^_, @y; > > is cleaner yet... PDL already allows $x = 3*$y why step backwards? KArl