in reply to mod_perl, configuration, security

The biggest problem is that mod_perl lets people execute code as the same user who runs the web server, and you can't change that. It's also possible to mess with other people's code running in the same server, since Perl has no concept of security between classes.

It's definitely not safe from malicious users.