in reply to Re: Parsing text file into a hash with multiple values per key
in thread Parsing text file into a hash with multiple values per key

FWIW, checking for duplicates once after exit the loop should suffice :)
  • Comment on Re^2: Parsing text file into a hash with multiple values per key

Replies are listed 'Best First'.
Re^3: Parsing text file into a hash with multiple values per key
by Kenosis (Priest) on Oct 03, 2012 at 22:59 UTC

    Yes--good point.