my %hash = map +( $_ => 1 ), ( 1..$reasonable ); my $it = Hash_Iterator->new( \%hash ); $hash{ $reasonable + $_ } = 1 for 1 .. $a_few_more; $it->start; # BOOM!