in reply to malloc crash
my %hash = map {$_,"Merry Christmas!"} (1..100); foreach my $value (values %hash) { crash_it(\%hash, $value); } sub crash_it { my ($hash, $value) = @_; delete $hash->{1}; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: malloc crash
by Nygeve (Acolyte) on Dec 25, 2002 at 07:58 UTC | |
by Marza (Vicar) on Dec 25, 2002 at 08:11 UTC | |
by IlyaM (Parson) on Dec 25, 2002 at 13:11 UTC | |
by Marza (Vicar) on Dec 26, 2002 at 06:39 UTC | |
by tachyon (Chancellor) on Dec 26, 2002 at 04:17 UTC |