Looping over a hash keys??

sky on 2001-07-06T20:36:54

Is for my $key (keys %hash) OR while(my $key = each %hash) faster? It seems to be optimized to the same thing, need to check this out!