Ok, that was only a provocative question, I know it's worth it.
Anyhow, I'm a newbie. I've done some bigger CGI projects using C++ (Borland) on an IIS. I decided to go Perl, because the exes that I made used to choke the server. Infinite loops in my code, 16 bit vs. 32 bit problems etc. I want to know if using Perl minimises the risks. How does a www server handle with Perl scripts that might run into infinite loops or other unpredictable situations. What are typical pitfalls?.