in reply to Remove duplicates from Hash of Arrays

yes, instead of pushing to an array set keys in a hash.

keys %hash will return you a set w/o duplicates.

Cheers Rolf

( addicted to the Perl Programming Language)