in reply to Is Perl worth it? How does perl deal with programmer folly?

On a unix-based system, you would use a module like BSD::Resource to limit the amount of CPU a script can use and prevent runaways from killing your server. There's probably an equivalent for Win32, but I'm not sure what it is.