in reply to Multiple perl instances

What is wrong with compiling a new perl into another location? Read the file INSTALL into the perl distribution. Look for the options your perl is build ( perl -V ) and change the prefix ( -dprefix=/foobar ).
Boris