in reply to Installing Perl without all the basic modules

Just to reinforce PodMaster's point, PAR will allow you to create a standalone executable that includes everything your program needs to run. Your binary, modules, and scripts will all be bundled in one executable file.

  • Comment on Re: Installing Perl without all the basic modules