I'm not clear on on how to manipulate the value, the above gives me an error. Thanks!!for my $key (sort keys %client_total) { $client_total = {$key} = $client_total/10; } for my $key (sort keys %client_total) { print "$key: $client_total{$key}\n"; }
In reply to Re^3: Running Total Array or Hash
by DeWebDude
in thread Running Total Array or Hash
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |