in reply to Re: Re: regarding hash keys
in thread regarding hash keys

Not always :-)

%h = (1e3 => 'foo'); print keys %h;
1000