Object/PerlDesignPatterns version 0.01

PerlDesignPatterns is a free on-line book, forum, and GNU-Savanna project at http://savannah.nongnu.org/projects/perlpatbook/ . This is a collaborative work in progress.

Ideas for keeping programs fun to hack on even after they grow large. Object, lambda, hybrid structures, Perl specific methods of refactoring, object tricks, anti-patterns, non-structural recurring code patterns.

PerlDesignPatterns is...

This book is full of tricks for old pros and novices a like.

Experts and aspiring experts:
SkipTheIntroduction is the best places to start browsing, or start at "Object Adapter Design Patterns" and work down.

Novices, intermediate programmers:
The "Object Nuts and Bolts" section is for you.

An HTML version is included. Due to the rough state of the POD output, this is the prefered method of viewing this document.

You are encouraged to use the Wiki - after getting your bearings in the PerlDoc/HTML version. Go ahead and add your comment or critisism right into the text. Someone - probably me - will consider the comment and take it under advisement or integrate into the text. If you aren't familiar with Wiki, it is a simple web forum system. Anyone can edit any document. Documents autovivicate - they spring into existance at their first mention. Links are made between documents by mentioning their name. The markup language is pure ASCII. Formatting is derived from traditional ASCII text decoration conventions. Many tools exist to make Wiki usable. The URL for the Wiki hosting this project is http://www.perldesignpatterns.com

CHANGES

Since the last version, Perl Design Patterns has been better cross referenced, the prose cleaned up in many places, and more code added. Few new sections were promoted from being part of the forum to being part of the book, even though these satellite sections have received a great deal of care and attention.

Bugs were fixed in podparser.pl, so the POD should be better this time around. A lot of HTML that crept into the original doccuments was manually removed. Formatting in general was made more consistent.

The next release will likely grow the book in size over this version by virtue of including more of these sections.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

A POD version should then be available:

perldoc Object::PerlDesignPatterns

An HTML snapshot is also included:

lynx PerlDesignPatterns.html

An up-to-date version of PerlDesignPatterns.html is maintained at the URL:

http://www.perldesignpatterns.com/PerlDesignPatterns.ass.html

search.cpan.org seems happy enough to serve the document: Prettier, but twice converted, so liable to suffer lossage:

http://search.cpan.org/search?module=Object::PerlDesignPatterns

GETTING INVOLVED

There are a lot of things you can do:

Go to the Wiki at http://www.perldesignpatterns.com for access to the project.

DEPENDENCIES

An imagination and a lot of patience.

COPYRIGHT AND LICENCE

Copyright (C) 2002, 2003 Scott Walters (scott@illogics.org) and various contributors as noted throughout the document.

See the enclosed file, GnuFreeDocumentationLicense, for terms of use and distribution.