Jellybean is a small, persistent web server written completely in Perl. It's fairly easy to convert a standalone application into a Jellybean object, especially if it already outputs HTML.
I think this fits what you're asking. Otherwise, you might have to find a front end system that will display HTML correctly, which isn't too difficult, but it's the opposite approach. | [reply] |
A program I have (pronto mailer) uses HTML::Parser and some other tricks, including some weird gtk library to display HTML as a help file without a web server.
But web servers come pretty small and cheap thesedays. It wouldn't be asking to much to demand that your users be running one to use your program. Most linuxes install Apache by default anyway. (I know, that's not small) ____________________
Jeremy
I didn't believe in evil until I dated it. | [reply] |