On Mon, May 07, 2001 at 05:35:53PM -0400, John Porter wrote:
> Edward Peschko wrote:
> > If
> > %a = @b;
> > does
> > %c = map{ ($_ => undef ) } @a;
>
> Yep... particularly considering something neat like
>
> keys(%a) = @b;
And what is wrong with
@a{@b} = ();
which I use all the time. But I guess in perl6 that would
be written as
%a{@b} = ();
Graham.
- Re: Apoc2 - Context and variables David L. Nicol
- Re: Apoc2 - Context and variables Edward Peschko
- Re: Apoc2 - Context and variables John Siracusa
- Re: Apoc2 - Context and variables Nathan Wiger
- Re: Apoc2 - Context and variables John Siracusa
- Re: Apoc2 - Context and variables Edward Peschko
- Re: Apoc2 - Context and variables Jonathan Scott Duff
- Re: Apoc2 - Context and variables David L. Nicol
- Re: Apoc2 - Context and variables John Porter
- Re: Apoc2 - Context and variables Simon Cozens
- Re: Apoc2 - Context and variables Graham Barr
- Re: Apoc2 - Context and variables John Porter
- Re: Apoc2 - Context and variables Larry Wall
- Re: Apoc2 - Context and variables Nathan Wiger
