in reply to Webserver on Windows

Dancer is indeed cool. Shame it's not a web server. Dancer is a web application framework. Maybe look at Starman - not sure if it works on Windows, but can't see why it wouldn't.
perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'

Replies are listed 'Best First'.
Re^2: Webserver on Windows
by temporal (Pilgrim) on Apr 05, 2012 at 19:38 UTC

    Dancer does have a standalone deployment mode using HTTP::Server::Simple::PSGI

    OP, not sure why you are having issues getting ODBC working, as Corion said there are modules for it. Post your code?

    Anyway, I'm a big fan of Dancer.

Re^2: Webserver on Windows
by packetstormer (Monk) on Apr 05, 2012 at 18:29 UTC
    Nope - Starman is Unix only. I've looked at that too.