in reply to
Re: Putting text file into a hash
in thread
Putting text file into a hash
Always use
strict
and warnings which will make your life easier and also speed up your
learning and development process. Use of warnings would have alert you about the chomping of
wrong variable in your code.
Comment on
Re^2: Putting text file into a hash
In Section
Seekers of Perl Wisdom