Build a hash with date and ip adress as key,and keep the values in an array After reading the first two entries the hash would look like this,
%myhash{ "01 Jul 2007,221.6.19.196"=>[9,19], "01 Jul 2007,221.6.19.197"=>[1,3] }
Now the third ipaddress and date is same as first one,so add up the new values with the already existing values.Once you have parsed the entire list,can get you o/p by printing the key's and value's of the array.Please throw in some sentences on you next post's, your post looks like a command to a computer ;)

The world is so big for any individual to conquer


In reply to Re: Array question by narainhere
in thread Array question by udinakar

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.