I've just installed a new version of perl on my linux webserver(upgrading from 5.10.1 to 5.12.4), and I'd hoped that everything will go smoothly but it seems that it didn't. The default perl version now in the system is the new one, but mod_perl is still stuck on the older version. My question is: can i just tell mod_perl to use the new version of perl, or do i have to reinstall it? From what i think there should be a way of just changing the interpreter and not reinstalling, but I wasn't able to find it yet.