in reply to
Putting text file into a hash
my %hash = map {chomp; split ':', $_} <FILE>;
[download]
Comment on
Re: Putting text file into a hash
Download
Code
In Section
Seekers of Perl Wisdom