http://qs1969.pair.com?node_id=575489

blueberryCoffee has asked for the wisdom of the Perl Monks concerning the following question:

Hello all,

I have a script that runs on a user's windows machine (I don't have a choice) and uses sqlite to do reports and keep and set other info entered by the user. Athough I cannot install a traditional web server (everything must be self contained via the pp compiler) I need to have an interface to this program via a browser.

I assume this means I would need a web server that could be started/stopped by my program and interface with the sqlite database via perl cgi. Maybe I am looking in the wrong direction, but does anyone know of a perl server like this?

Thanks