I have an Apache2 with mod_perl2 running on two servers.
On the first everything runs without any problems.
On the second, when the appropriate perl module is executed, simple things, like
if (-e "/usr/xyz/filename.txt") {...}
always fail even though the file DOES exist and has 777...