sathiya.sw has asked for the wisdom of the Perl Monks concerning the following question:

Hi all,

Can anyone please, give a list of good modules to go through in CPAN ?

I believe by doing code walk through of some modules in cpan would enhance my Perl knowledge. So can anyone please list out some of the modules which are good in all or some of the following aspects.
Would be thankful to see the replies with some good module names.

Replies are listed 'Best First'.
Re: cpan modules to go through
by moritz (Cardinal) on Nov 06, 2008 at 08:05 UTC
    DBIx::Class comes to mind, it meets at least four of your criteria.

    But then I doubt that reading quasi random foreign code helps you greatly improve your programming skills. A much better approach is to write code yourself (and read the documentation if you don't know any further, and ask here when reading the documentation does not help).

Re: cpan modules to go through
by andreas1234567 (Vicar) on Nov 06, 2008 at 08:40 UTC
Re: cpan modules to go through
by lorn (Monk) on Nov 06, 2008 at 10:54 UTC
Re: cpan modules to go through
by LanX (Saint) on Nov 06, 2008 at 10:08 UTC