in reply to Perl with redistributable web server and mysql?

For the database portion, I'd agree with what others are saying about recommending for ou to use SQLite rather relying on having a specific database software installed.

For the web server portion, you could consider using Mojolicious as your web server. Someone even has a blog posting (see here) about using Mojolicious and PAR::Packer. That might help get you started with putting a Perl based web server into an executable.

  • Comment on Re: Perl with redistributable web server and mysql?

Replies are listed 'Best First'.
Re^2: Perl with redistributable web server and mysql?
by whiteperl051 (Novice) on Sep 01, 2016 at 19:30 UTC

    Thanks so much for all the awesome replies. I will definitely be researching and trying the recommendations mentioned here and post here when I find an elegant solution.

    I simply love doing things in Perl - Always a pleasure to use.

      I settled on Mojolicious but ran into a few problems. For now I have scrapped the idea of doing it with Mojolicious due to some limitations with Mojolicious as it does not fit into what I plan on doing. Still, it seems a redistributable web server might serve my purposes the best. Anybody have any recommendations for a redistributable web server that can handle Strawberry Perl?