in reply to
Building a chomped hash from a file
my %hash = map {chomp; $_} <FILE>
-sauoq "My two cents aren't worth a dime.";
Comment on
Re: Building a chomped hash from a file
Download
Code
In Section
Seekers of Perl Wisdom