Ariel Scolnicov wrote: > > > So how do I make C<foo> into an array in the first place? Well, I say > something like C<foo = (1,2,3)>. But wait -- that's ambiguous! Is > C<foo> now a copy of the list (1,2,3) (in which case it's an array), > or is it a reference to (1,2,3) (in which case it's a scalar)? In the > first case, C<foo = bar> (where C<bar> is an array, assuming I could > ever assign an array to a variable) would perform a copy, while in the > second it would make the two variables refer to the same thing. Actually, if you wanted an array, you'd say C<foo = [1,2,3]>. Very unambiguous. > > -- > 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 -- David Corbin Mach Turtle Technologies, Inc. http://www.machturtle.com [EMAIL PROTECTED]
- Re: RFC 109 (v1) Less line noise - let's get rid of @% Karl Glazebrook
- Re: RFC 109 (v1) Less line noise - let's get rid of @% Dan Sugalski
- Re: RFC 109 (v1) Less line noise - let's get rid of... John Porter
- Re: RFC 109 (v1) Less line noise - let's get ri... Jarkko Hietaniemi
- Re: RFC 109 (v1) Less line noise - let's ge... John Porter
- Re: RFC 109 (v1) Less line noise - let'... Bryan C . Warnock
- Re: RFC 109 (v1) Less line noise -... John Porter
- Re: RFC 109 (v1) Less line noise -... Ariel Scolnicov
- Re: RFC 109 (v1) Less line noise -... John Porter
- Re: RFC 109 (v1) Less line noise -... Ariel Scolnicov
- Re: RFC 109 (v1) Less line noise -... David Corbin
- Re: RFC 109 (v1) Less line noise -... David Corbin
- Re: RFC 109 (v1) Less line noise - let's get ri... Dan Sugalski
- Re: RFC 109 (v1) Less line noise - let's ge... John Porter
- Re: RFC 109 (v1) Less line noise - let'... Dan Sugalski
- Re: RFC 109 (v1) Less line noise - let's get rid of... Karl Glazebrook
- Re: RFC 109 (v1) Less line noise - let's get ri... Dan Sugalski
- Re: RFC 109 (v1) Less line noise - let's get rid of... Clayton Scott
- Re: RFC 109 (v1) Less line noise - let's get rid of... Michael Fowler
- Re: RFC 109 (v1) Less line noise - let's get rid of... Graham Barr
- Re: RFC 109 (v1) Less line noise - let's get rid of... Kai Henningsen