in reply to Getting values from a hash, using a string taken from a .csv file as the value

Tip #3 from the Basic debugging checklist: chomp

while(<FRUIT>){ chomp;
  • Comment on Re: Getting values from a hash, using a string taken from a .csv file as the value
  • Download Code