in reply to Re^2: removing duplicates from a string list
in thread removing duplicates from a string list

Always use strict and warnings, so you would have to declare your variable with my.

With a hash, the key is unique, but not neccessarily the values.

Peter (Guo) Pei

  • Comment on Re^3: removing duplicates from a string list