in reply to Re: Another posible initializer
in thread Testing array of hash values
You're quite right. I was thinking more of:
where you're initializing to a given value (like 1 or "on") rather than undef.my %p; @p{ qw( a b c ) } = (1)x3;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Another posible initializer
by dvergin (Monsignor) on Dec 11, 2001 at 11:55 UTC |