in reply to Re: Simple Hash problem
in thread Simple Hash problem
my %newhash = (); for (@mips) { $newhash{$_} = $hash{$_} || 999; } %hash = %newhash;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Simple Hash problem
by trs80 (Priest) on Feb 08, 2002 at 21:38 UTC | |
by crazyinsomniac (Prior) on Feb 09, 2002 at 10:13 UTC |