Need help on printing data from hashes
I have stored the sum of values in a hash as shown below
hash output
'1' => { 'Val1' => '13.12' }, '2' => { 'Val1' => '6' }, '3' => { 'Val1' => '2' }, '4' => { 'Val1' => '15.52' } };
I am expecting output as below
Total 36.64
please let me know the syntax
Thanks
In reply to Hashes - perl by Perlseeker_1
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |