|
|
| Syntactic Confectionery Delight | |
| PerlMonks |
packaging web applicationsby jking (Novice) |
| on Dec 09, 2009 at 20:07 UTC ( #812024=perlquestion: print w/ replies, xml ) | Need Help?? |
|
jking has asked for the
wisdom of the Perl Monks concerning the following question:
Fellow monks; I'm tired of programming Python all day. For my next back-40 project, I'd like to try building a web application in Perl. I keep reading all the blog posts about Moose, Mojolicious, KiokuDB, and other neat projects and I'm green with envy. I miss Perl! I'm curious what insights the monks can offer in how to package web applications. I'm thinking of using Module::Build, but am really open to suggestions. My main concern is how one would package a Mojolicious-based application; but general advice about how to include an executable script for starting the application would be appreciated as well. Also, I've become a bit of a fan of sandbox development environments by way of scripts such as zc.buildout and virtualenv in the Python world. Is there any such equivalent in Perl? Thanks in advance for all of your replies.
print$_%15?$_%3?$_%5?$_:'Buzz':'Fizz':'Fizzbuzz' for 1..100;
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||