In Control Panel->System->Advanced->Environment Variables, the PATH variable in the bottom part (the system, not just my profile) contains my perl path. Yet when I try to run system('perl ...') from a mod_perl2 script, it can't find the executable.
How come the system path variable doesn't affect all accounts, particularly the one Apache runs under?