http://qs321.pair.com?node_id=350354


in reply to Maypole on perl.com

There's also a nice article, (part one of a two part series) in the April edition of The Perl Journal. Here Simon cooks up a recipe database and utilises Apache::MVC (a subclass of Maypole). Along the way he looks at some very cool stuff like normalizing data with Class::DBI triggers (subroutine refs executed after particular db events like CREATE and UPDATE). He also utilises Class::DBI::Untaint to tell Maypole what sort of data to expect for specific fields. For display he uses XML::LibXSLT and Template::Plugin::XSLT
The article is only 5 pages, and is not big on detail with respect to all the modules utilised. But we have the module documentation to fill in the cracks, and I 'm certainly looking forward to the second part due in May.