in reply to Perl: How to perfectly match specific data between two files and do comparison?

Although I do not have enough energy right now to go through your code in enough details, I would tend to think that using a hash is probably much better than using an array.
  • Comment on Re: Perl: How to perfectly match specific data between two files and do comparison?

Replies are listed 'Best First'.
Re^2: Perl: How to perfectly match specific data between two files and do comparison?
by WWq (Novice) on Jul 25, 2013 at 03:05 UTC
    Yes hash is a better way. Thanks Laurent_R. =)