News

Using PAR and PP on Windows

Posted by on Mar 21, 2011 in Perl | 0 comments

If you’re using Perl on Windows, there is always one problem. Unlike just about every other platform in existence, Perl is not distributed with any version of Microsoft Windows, thus you either need to install, or require an install in order to deploy your script or application to other Windows systems or users. This is where PAR, the Perl Archive Toolkit comes in! Using this cross platform Packaging and Deployment tool you can build Windows executables from your scripts. This is great, but how do you install and use this tool with...

read more