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

I need to write some perl programs for analyzing web logs. Can some one suggest some sample programs where by I can learn how such programs are written. Thanks My email address is sammas_it@rediffmail.com

lc(title) - dvergin 2002-04-01

  • Comment on Perl Sample Programs for Analyzing Log Entries

Replies are listed 'Best First'.
Re: Perl Sample Programs for Analyzing Log Entries
by talexb (Chancellor) on Apr 01, 2002 at 14:24 UTC
    I would highly recommend searching on CPAN for modules that could help with that task.

    ps We don't do E-Mail replies :)

    --t. alex

    "Here's the chocolates, and here's the flowers. Now how 'bout it, widder hen, will ya marry me?" --Foghorn Leghorn

    lc(title) - dvergin 2002-04-01

Re: Perl Sample Programs for Analyzing Log Entries
by slugmax (Hermit) on Apr 01, 2002 at 20:53 UTC
    Check out awstats here - a perl-based web log analyzer.

    Doug