in reply to Deploying perl modules on multiple systems.

The best thing for this project is that you can convert your script to executable one using PAR, PP, or using Active perl development kit. It depends which format you require for your OS, but it's easy to create that format using PDK. Once your script is in executable form as per the OS , you can easily run it without downloading the modules again and again.
  • Comment on Re: Deploying perl modules on multiple systems.