in reply to
hashes
You could create the hash all at once:
%hash = map /(\S+)\s+(.*)/, <FILE>;
[download]
japhy
--
Perl and Regex Hacker
Comment on
Re: hashes
Download
Code
In Section
Seekers of Perl Wisdom