![]() |
|
The stupid question is the question not asked | |
PerlMonks |
browser interface for local scriptby blueberryCoffee (Scribe) |
on Sep 29, 2006 at 09:40 UTC ( #575489=perlquestion: print w/replies, xml ) | Need Help?? |
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
Back to
Seekers of Perl Wisdom
|
|