http://qs321.pair.com?node_id=130857


in reply to Re: Another posible initializer
in thread Testing array of hash values

You're quite right. I was thinking more of:

my %p; @p{ qw( a b c ) } = (1)x3;
where you're initializing to a given value (like 1 or "on") rather than undef.