in reply to Using Pre-compiled modules

PodMaster suggested using PAR for that, and looking at the documentation, it seems that it should solve your problem. It involves 'make'ing the Module you want to use on one system, then zipping up the entire blib/ and lib/ directories, which contain the entire module, for use on another system.

Other than that, as I suggested a few times: You can install/compile your perl into a completely clean directory structure, make and install the modules, and copy the complete directory structure to the new machine. (It'd better have the same architechure etc. tho :)

We've had the second one of these working on a HP machine here.

C.