in reply to Re: Unable to preload Data::Dumper with mod_perl
in thread Unable to preload Data::Dumper with mod_perl

I'm definitely open to trying something new under the hood. Thanks! For now, I was more interested in having fun developing my own little web framework to see what was involved (using jQuery Mobile as a front end). I was going to kick the tires of Dancer to see what it can do for me. I'll try it with nginx per your suggestion. So can you give me a rough idea of how it works? Can I store all the Perl modules in memory like with mod_perl? If not, how does it achieve results on par with mod_perl?

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks

  • Comment on Re^2: Unable to preload Data::Dumper with mod_perl

Replies are listed 'Best First'.
Re^3: Unable to preload Data::Dumper with mod_perl
by Your Mother (Archbishop) on Dec 04, 2017 at 23:39 UTC

    I started a reply but it got out of control with covering too many topics. So, for now, because I might have time to finish what I started later, I'll just say I am a huge fan of development for development's sake. A lot of my chops came from toy apps and home code. So, never read my "best practices" soapbox as a critique of programming for self-directed fun. :P If I get time to finish a "modern" deployment write-up, I will.