in reply to Re^2: Capturing Unique Data
in thread Capturing Unique Data

If you'll spend any significant amount of time working with Perl, you'll definitely want to learn how to effectively use hashes - Perl's hash implementation is one of its greatest features. For some introductory material, see Perl variable types.