Tortue has asked for the wisdom of the Perl Monks concerning the following question:
I'd like it to work "out of the box" with a recent version of Perl, on most any platform, with any web server, and without needing the installation of any additional Perl modules or any other software (e.g. an RDBMS). Please tell me if this is unWise, or if there's a clever way to do it.
I'm thinking of something very very simple for very small amounts of data, a coarsely persistent CGI program that might run like so :
Why do I want to do such an obviously non-scalable thing? Hopefully this would be in the spirit of quick-and-dirty, portable, concise, and useful Perl programs. I've done plenty of Perl DBI, Java/JDBC, etc., but here I'm looking for something simple and easy.
There didn't seem to be anything relevant in CGI Programming.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re (tilly) 1: Simplest CGI Persistence Solution?
by tilly (Archbishop) on Apr 02, 2001 at 17:50 UTC | |
Re: Simplest CGI Persistence Solution?
by Trimbach (Curate) on Apr 02, 2001 at 15:49 UTC | |
by Tortue (Scribe) on Apr 02, 2001 at 16:26 UTC | |
by Trimbach (Curate) on Apr 02, 2001 at 16:46 UTC | |
Re: Simplest CGI Persistence Solution?
by mirod (Canon) on Apr 02, 2001 at 17:53 UTC | |
Re: Simplest CGI Persistence Solution?
by gregor42 (Parson) on Apr 02, 2001 at 23:50 UTC |