in reply to Re: Re: Another posible initializerin thread Testing array of hash values
my %p; my @keys = qw( a b c ); @p{@keys} = (1) x @keys; [download]