Edward Peschko wrote:
> If
> %a = @b;
> does
> %c = map{ ($_ => undef ) } @a;
Yep... particularly considering something neat like
keys(%a) = @b;
could be defined to do that. Or, even niftier
@%a = @b;
--
John Porter
- Re: Apoc2 - Context and variables Nathan Wiger
- Re: Apoc2 - Context and variables John Siracusa
- 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
