in reply to Re: How can I add the values of a hash?
in thread How can I add the values of a hash?
i.e. foreach (@temp) { my ($instan, $value) = (split /\*/, $_); my $k = $key . ":" . $instan; $DM_D{$k} = ($value + $value); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: How can I add the values of a hash?
by steves (Curate) on Feb 07, 2003 at 17:24 UTC | |
by OM_Zen (Scribe) on Feb 08, 2003 at 17:36 UTC | |
|
Re: Re: Re: How can I add the values of a hash?
by poj (Abbot) on Feb 08, 2003 at 18:52 UTC |