I had developed web applications under environment mod_perl + Apache + Linux.
Now, I want to deploy a web application solution to my client, under Windows.
I was wondering any problem you guys encounter, when running mod_perl + Apache + Windows?
(1) Can I get Perl additional library (CPAN?), and being used in my web application easily? "Easily" means, no manual compilation. No complex configuration setup.
(2) How about Linux command feature? Perl integrate well with Linux utility to perform certain tasks. But if come to Windows, does it able to offer the similar features as in Linux's?
I am open to other web development environment under Windows (PHP or Python). The reason I choose Perl, as I know the language. I just do not want to switch to other language without a good reason.