in reply to Perl with redistributable web server and mysql?
Personally, if this is for a single user application I would try to avoid MySQL and a "real" webserver, and go with an all-Perl setup of, say Twiggy and DBD::SQLite, that is, use a webserver written in Perl and use SQLite instead of a separate database proces.
Alas, I'm not aware of an easy way to create a setup/installation file for Perl. Maybe consider looking at PAR::Packer to create a single executable that people can copy...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl with redistributable web server and mysql?
by dasgar (Priest) on Aug 30, 2016 at 05:48 UTC | |
by Corion (Patriarch) on Aug 30, 2016 at 06:52 UTC | |
by Anonymous Monk on Aug 30, 2016 at 07:27 UTC |