Help for this page
@array=("abc","def","abc","klm","abc","rbc","Kjm","rbc","abc");
for $i (@array) { $hash{$i}=1; }