[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Omaha.pm] Modern Perl web dev - another alternative
Oh, I forgot to mention at our meeting: Catalyst sets up scaffolding, which I like. But if you hate scaffolding, here's one way to create a web app in 5 lines of code:
use Dancer;
get '/' => sub {
"Hello World!"
};
dance;
More info:
http://perldancer.org/
Enjoy,
Jay Hannah
Project Lead / Programmer
http://www.iinteractive.com
Email: jay.hannah@iinteractive.com
AOL IM: deafferret
Mobile: 1.402.598.7782
Fax: 1.402.691.9496