Hi there not sure if this can be done, but I need to know a way how to add the elements inside an array inside of a hash


key = '07/2011';
array = [
'145.01',
'247.16',
'772.25',
'144.97',
'133.46',
'509.15',
'498.92',
'567.2',
'175.5',
'1589.63',
'186.67',
'947.46',
'730.29',
'391.07'
key = '06/2011';
array = <br> '321.48',<br> '1698.81',<br> '266.3',<br> '163.33',<br> '749.62',<br> '347.15',<br> '409.49',<br> '735.21',<br> '118.64',<br> '2670.85',<br> '197.56',<br> '1893.33',<br> '430.53',<br> '277.8',<br> '485.94',<br> '1195.5',<br> '2329.68',<br> '541.14',<br> '376.08',<br> '307.12',<br> '1333.21',<br> '227.15',<br> '540.27',<br> '4467.74',<br> '2045.45',<br> '576.93',<br> '385.24',<br> '439.41',<br> '3945.09',<br> '5556.06',<br> '490.56',<br> 792,<br> '385.5',<br> '514.97',<br> '306.68'<br> ;

There could be more keys than this put into the hash but at the minute i am dealing with two months to get the code but cannot work it out at all.

Does anyone know how to get the sum of all the values to be linked up to the keys please.

Thanks in advance if you can help.

Bennierounder


In reply to How to add array in Hash by bennierounder

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.