in reply to Remove duplicates from Hash of Arrays
keys %hash will return you a set w/o duplicates.
Cheers Rolf
( addicted to the Perl Programming Language)