At 11:21 PM 8/18/00 +0300, Ariel Scolnicov wrote: >Actually, this suggests that C<values @array> should return >C<(@array)> (a copy of the values), and C<keys @array> the list >C<(0..$#array)>. But those aren't very useful. I dunno... my @a :sparse; @a[1,5] = (1,1); @k = keys @a; print "@k"; # prints "1,2,3,4,5" or "1,5"? >[...] > >-- >Ariel Scolnicov |"GCAAGAATTGAACTGTAG" | >[EMAIL PROTECTED] >Compugen Ltd. |Tel: +972-2-6795059 (Jerusalem) \ We recycle all >our Hz >72 Pinhas Rosen St. |Tel: +972-3-7658514 (Main >office)`--------------------- >Tel-Aviv 69512, ISRAEL |Fax: >+972-3-7658555 http://3w.compugen.co.il/~ariels
- Re: RFC 120 (v2) Implicit counter in for statem... David L. Nicol
- Re: RFC 120 (v2) Implicit counter in for st... Christopher J. Madsen
- Re: RFC 120 (v2) Implicit counter in fo... Jonathan Scott Duff
- Re: RFC 120 (v2) Implicit counter i... Christopher J. Madsen
- Re: RFC 120 (v2) Implicit coun... Jonathan Scott Duff
- Re: RFC 120 (v2) Implicit ... Christopher J. Madsen
- Re: RFC 120 (v2) Implicit coun... Ariel Scolnicov
- Re: RFC 120 (v2) Implicit ... Mike Pastore
- Re: RFC 120 (v2) Implicit ... David L. Nicol
- Re: RFC 120 (v2) Implicit ... Johan Vromans
- Re: RFC 120 (v2) Implicit ... Buddha Buck
- Re: RFC 120 (v2) Implicit counter in for statem... Ken Fox
- Re: RFC 120 (v2) Implicit counter in for st... Graham Barr
- Re: RFC 120 (v2) Implicit counter in fo... Peter Scott
- Re: RFC 120 (v2) Implicit counter in for statements,... Nathan Torkington
- Re: RFC 120 (v2) Implicit counter in for statements,... Steve Simmons
- Re: RFC 120 (v2) Implicit counter in for statem... John McNamara
- Re: RFC 120 (v2) Implicit counter in for st... Jonathan Scott Duff
- Re: RFC 120 (v2) Implicit counter in fo... John McNamara
- Re: RFC 120 (v2) Implicit counter in for st... Steve Simmons
- Re: RFC 120 (v2) Implicit counter in for st... David L. Nicol