in reply to What CPAN modules are "good reads"?

Some days ago, perrin addressed a bug in Business::OnlinePayment, you can read it at Business::OnlinePayment sub redefined warnings.

I took a look at the code for that module, and i found it simple to read and understand the code.

Maybe you find Acme modules also easy to understand, because some of them are really simple, but suitable for your needs. For example, Acme::Palindrome is only 30 lines long.
  • Comment on Re: What CPAN modules are "good reads"?

Replies are listed 'Best First'.
Re^2: What CPAN modules are "good reads"?
by chromatic (Archbishop) on Jun 13, 2005 at 23:15 UTC

    I've always liked the idea that a good Acme module not only does something useless, but it also shows off an interesting use of Perl in a fairly clear way.

Re^2: What CPAN modules are "good reads"?
by polettix (Vicar) on Jun 14, 2005 at 09:55 UTC
    Maybe the cleanest Acme module is Acme::Bleach :)

    Flavio (perl -e 'print(scalar(reverse("\nti.xittelop\@oivalf")))')

    Don't fool yourself.