programming (1)

Turn your Perl into a Windows Executable

Turning your Perl into a Windows Executable lets you distribute a program and not have to worry about having perl installed and managed on the target system. Using this method does not "compile" the perl, meaning that the source is still accessible and also there…

Continue reading...