The answer is definitively "no." You can't suid a part of a process. mod_perl lives inside the Apache process, so its UID and GID are the same as those of the Apache process.
You have to use mod_cgi if you need this functionality. See Appendix C for other possible solutions.
 
Continue to: