Rather than re-inventing the wheel, why not use already written tools? Like 'sort', that comes with every *nix system? And if you're on Windows, there are *plenty* of aftermarket sort tools. See TUCOWS

'sort' supports multiple keys, so all you need to do is set up your key order for year, month, day, then time. You *may* need to munge the month into a number with a front end script, but log files should be written with sortable dates, to start with. '06/Apr/2001' is *wrong*. '2001/04/06' is correct.

Update: Seems that sort knows about abbreviated month names. See the -M option.

--Chris

e-mail jcwren

In reply to (jcwren) Re: memory monster by jcwren
in thread memory monster by ok

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.