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.
|
|---|
| 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 | |
by Anonymous Monk on Feb 20, 2017 at 18:43 UTC |