in reply to Re^2: How do I measure my bottle ?
in thread How do I measure my bottle ?

If you want a handle on the cost of hash inserts, you may as well make the comparison more precise by making script 1 do something like:

while(my $l=<IN>){ my $id=substr($l,0,33); $hash=1; }
(Assuming of course, the compiler doesn't optimize any of this away.)

the lowliest monk