vboy1997 has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Please help with %HoAoA
by Tanktalus (Canon) on May 20, 2011 at 04:37 UTC

    This is your fourth question at the monastary, so welcome. However, you apparently have not paid attention to your posts, nor to any of the site documentation. This leaves it very difficult to read your code - your earlier questions involved very little code, so were much easier to mentally parse. As your questions advance, so will your code, and so will its complexity, making it harder and harder to read. Please read Markup in the Monastery and Perl Monks Approved HTML tags. Use the preview, and if it doesn't look readable, keep trying before you post. If you're having trouble, ask on the ChatterBox.

    Following these conventions will not only make it easier for us to help, but it's also easier on you. Instead of putting a <br> tag at the end of each line of code, you merely have to put in a <c> tag, paste your code after it, then put a </c> tag after the code. That's it. And then your code will be hugely more readable. Do the same around your sample data, and that will become easier to read as well.

    PS: don't forget to read How do I post a question effectively?, too.

Re: Please help with %HoAoA
by anonymized user 468275 (Curate) on May 20, 2011 at 09:22 UTC
    As said, code tags are needed to make code readable. But peering through the fog, it does look like the pattern matching to get email addresses is inappropriate. The data appears to enclose email addresses in angle brackets, so having split on colon-space, additional pattern matching needs to be performed on the fields array to extract the required data from the fields.

    One world, one people

Re: Please help with %HoAoA
by John M. Dlugosz (Monsignor) on May 20, 2011 at 11:06 UTC
    Why don't you use the CPAN module, or some code like LanX gave you, as suggested by the replies to log file split into HoA? You made that earlier post, so you should have read the answers.

    And learn how to format your posts!

Re: Please help with %HoAoA
by ww (Archbishop) on May 20, 2011 at 11:49 UTC
    SOPW approved, not for the question, but for the replies above.

    And approved with at least as much reluctance as vboy1997 asserts he felt in posting it, for all the reasons mentioned above.

    And please don't post unexpurgated email addresses belonging to others. Doing so makes them easy to harvest.