in reply to
Hash slices and too many keys
%hash = map {$_ => shift @values || ''} @keys;
Sorry, couldn't think of a nice way to do it! :) But it works..
Comment on
Re: Hash slices and too many keys
Download
Code
In Section
Seekers of Perl Wisdom