On 5/22/2014 11:01, Josh Chamas wrote:
You know I have not much followed the routing paradigms. To me it seems
that this would be an area I would have solved with a mod_rewrite or a
mod_perl handler, changing up the URL destination on the back end.
Routing is more than just an abstraction bet
On 5/22/2014 00:45, Tsirkin Evgeny wrote:
It seems like the Dancer is following the famous MVC/Ruby on Rails where
it can.
Dancer is actually a Perl reimplementation of a Ruby framework called
Sinatra. (Get it? Dancer? Sinatra? Ahahaha.)
Dancer is very much *not* MVC, only V.
The probl
On 5/21/2014 17:52, Josh Chamas wrote:
I built Apache::ASP back in the day when both PHP and Java were toys
(even Linux was half baked), and glue of the web and unix systems was
often perl, my first love of a language.
One of my requirements was in fact that the next framework be
Perl-based,
On 5/21/14 11:45 PM, Tsirkin Evgeny wrote:
It has been a while.
Josh it is great you a here .
Thanks, its good to be back!
After Warren took the time to compare Dancer to Apache::ASP i had to look into
the framework.
Just read the Cookbook .
It seems like the Dancer is following the famous