I need to loop through multiple files in /perl/peg_20130306.csv to calculate month to date total for each of the lines in the file in the /perl/* and email that report out. 6,TOTAL,33840350 7,TOTAL,29402046 10,TOTAL,75105 11,TOTAL,62376 12,TOTAL,2291202 13,TOTAL,741622 16,TOTAL,5053972 27,TOTAL,2638 32,TOTAL,31919410 33,TOTAL,14596914 35,TOTAL,20608 36,TOTAL,37097997 37,TOTAL,92162 41,TOTAL,32411120 42,TOTAL,2095496 54,TOTAL,2993

In reply to Perl summation by dnt_knw_perl

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.