in reply to Re^2: When to use ORMs, Catalyst, etc
in thread When to use ORMs, Catalyst, etc

for ( qw( HTMLparser Templater ORM Framework) ){ # reinvent as a rite of passage if you must # but, shudder, don't use that in production }
update : fixed spelling error (and, as a cultural anthropologist, you would have thought I would have known the difference between "right" and "rite" without rhesa's help)

Replies are listed 'Best First'.
Re^4: When to use ORMs, Catalyst, etc
by webfiend (Vicar) on Jul 13, 2007 at 19:05 UTC
    for my $widely_available_tool ( qw( HTMLparser Templater ORM Framework + ) ) { if ( $you->need("something to do", "learning experience") and $you->promise( "I won't use this in production") ) { $you->reinvent( $widely_available_tool ); } else { $you->search_cpan_for( $widely_available_tool ); } }