while (my ($key, $value) = each %my_hash) { . . # some processing on the element . }