in reply to copy perl from one box to another

If the two machines use the same version of Perl, and both machines are of the same architecture, and you copy the files into same-named path, it should work fine.

Don't forget to install any external library your modules require.

You could also download the ppd and install it without going to the internet.

Replies are listed 'Best First'.
Re^2: copy perl from one box to another
by learn2earn (Acolyte) on Jan 11, 2010 at 18:29 UTC
    would the ppd file contain all the information needed for it to install? I see that the ppd are in ppm-config on my source machine.
      IIRC,
      1. View the ppd and download the referenced .tar.gz.
      2. Edit the ppd an change the the url to file:foo.tar.gz (or whatever)
      3. ppm install file:foo.ppd