>> Let's run the following example script in mod_perl : >> >> # more test.pl >> open(my $fh, ">", "/tmp/test.log"); >> print $fh "Your UID is " . $< . "\n"; >> my @groups = split '\s', $(; >> print $fh "You belong to these groups: "; >> print $fh $_ . " " foreach(@groups); > > How did you run the script? > I don't see the relevant section or directive from your > httpd.conf.
Not that I ran exactly the same test, with same Apache configuration, on the following : Debian 7, Apache 2.2.22-13+deb7u6, mod_perl 2.0.7-3, perl 5.14.2-21+deb7u3 And did not experienced this bug. Ben