You can create a directory like c:\perl\mylibs and set the PERL5LIB environment variable. You can then put your modules there and perl will find them. You can even create this directory on a shared device/network drive, so every machine in the network can access them without installation.