Re: hash guts

2002-07-31 Thread Paul Johnson
On Wed, Jul 31, 2002 at 11:50:47AM -0700, nkuipers wrote: > Hello everyone, > > I want to count hash keys. I originally tried > > my $count = scalar %hash; > > which when printed gave the string 411/1024. I looked this up in > perldoc perldata and sort of understand the significance of this

hash guts

2002-07-31 Thread nkuipers
Hello everyone, I want to count hash keys. I originally tried my $count = scalar %hash; which when printed gave the string 411/1024. I looked this up in perldoc perldata and sort of understand the significance of this result in terms of buckets. So I tried this in a driver where I varied t