my $position = 1; while () { $myhash{$_}{'item'}++; $myhash{$_}{'position'} = $position++ if ! exists $myhash{$_}{'position'}; }