Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: When to use ORMs, Catalyst, etc

by jZed (Prior)
on Jul 12, 2007 at 21:25 UTC ( [id://626320]=note: print w/replies, xml ) Need Help??


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 ); } }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://626320]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-25 19:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found