Re: Perl MVC framework

2012-07-20 Thread Andy Bach
> What is the best Perl MVC framework for someone to learn that has minimal > web development back ground, but is intermediate with Perl scripting? Just a note - at the last YAPC::NA there were a number of good review sessions, for mojolicious, dancer etc. I hope there up here already: http://www

Re: Perl MVC framework

2012-07-20 Thread Bill Stephenson
On Jul 20, 2012, at 11:03 AM, shawn wilson wrote: > (disclaimer: totally ot and oppinion) that said, i dislike having sql, > regex, tt, js, html, css, and perl in a project. i can get rid of one > by using nodejs and another by using a json nosql db. though, these > are new and perl has had 20 yea

Re: Perl MVC framework

2012-07-20 Thread Bill Stephenson
Chris, an MVC Framework is just a design approach to help manage your code, so you don't really need to "use" Catalyst or Dancer, or anyone else's framework. Instead, you can easily emulate what you like best about any of them when setting up an app structure and design one that you can be most

Re: Perl MVC framework

2012-07-20 Thread shawn wilson
On Thu, Jul 19, 2012 at 9:46 PM, Francisco Valladolid H. wrote: > Hi. > > On Thu, Jul 19, 2012 at 8:38 PM, Chris Stinemetz > wrote: >> What is the best Perl MVC framework for someone to learn that has minimal >> web development back ground, but is intermediate with Perl scipting? >> >> I've hear

Re: Perl MVC framework

2012-07-19 Thread Francisco Valladolid H.
Hi. On Thu, Jul 19, 2012 at 8:38 PM, Chris Stinemetz wrote: > Hello List, > > What is the best Perl MVC framework for someone to learn that has minimal > web development back ground, but is intermediate with Perl scipting? > > I've heard of Catalyst but it seems a bit intimedating. > I just thoug