| [reply] |
POE looks like it will work fine, thanks.
| [reply] |
You could always install apache webserver. It's not that difficult, it's free, there is a Windows version, and it works great.
| [reply] |
I would differ with davido in one respect, I found apache very easy to install!
I'm telling you, these things scare the pants off me (fud big time), so if I can do it anyone can.
Go on, give it a try, close your eyes and think of England!
| [reply] |
| [reply] |
This isn't necessarily what you're looking for but the POD of IO::All (which is one of my personal favorites for quick and dirty IO:: stuff) has a really slick one-line web server which supports rudimentary CGI:
perl -MIO::All -e 'io(":8080")->fork->accept->(sub { $_[0] < io(-x $1
+? "./$1 |" : $1) if /^GET \/(.*) / })'
(BTW, I take no credit for this... see the explanation here) | [reply] [d/l] |
Thanks to all. I will eamine all suggestions. I like the perl only stuff.
| [reply] |
You could try jellybean, which doesn't claim to have been tested on windows, but its sourceforge page says it's OS independent.
| [reply] |