chown root /usr/bin/suidperl chmod 4711 /usr/bin/suidperlThis will allow you to run setuid perl scripts.
perl: error in loading shared libraries:This is due to Qmail's startup script (e.g. /etc/rc.d/init.d/qmail) having it's ulimits set too low. There isn't enough memory available to the process to deal with invoking perl/etc (see next comment)
perl -e 'use CPAN; install Time::HiRes'- now that's sweet :-)