I have installed apache 1.3.26 and mod_perl 1.27. I have two virtual servers setuped in apache server. Is there any easy way to use two versions of one .pm - first version in first virtual host, and second version in second virtual host. Using these versions of .pm is done under mod_perl environment. I don't want to modify the name of .pm or the way it is called.
10x.