while () { $some_hash{$_}++; } #### foreach (keys %some_hash) { ...some code here... } #### my $position = 1; while () { $myhash{$_}{'item'}++; $myhash{$_}{'position'} = $position++ if ! exists $myhash{$_}{'position'}; }