in reply to Re (tilly) 1: Data structure for log file processing
in thread Data structure for log file processing

Well, not for something this simple. There's practically no variation in the lines. A simple hash or perhaps hash of hashrefs should be all that's needed here.

-- Randal L. Schwartz, Perl hacker

  • Comment on RE: Re (tilly) 1: Data structure for log file processing

Replies are listed 'Best First'.
RE: RE: Re (tilly) 1: Data structure for log file processing
by husker (Chaplain) on Aug 24, 2000 at 22:23 UTC
    Yes I took a glimpse at that module and it did seem a little too much like killing flies with a howitzer. :)

    However, should I ever need to parse something less uniform, I'll be sure to remember where to start looking.