in reply to strawberry perl on localhost windows

Hi traincity

It looks like NetWallah hit the nail on the head – assuming httpd.exe is in your path, what's the output of the following command:

httpd -t -D DUMP_MODULES

Basically, you need to ensure perl_module (or whatever you chose to call it in your apache config/vhost file) is loaded. Moreover, if you don't have mod_perl installed you'll need to take a few steps back...

Cheers,
Shadowsong