- Posts: 39
- Thank you received: 0
exe
18 years 10 months ago #12008
by nske
.pl files are perl files, which are not binary since perl is an interpreted language. To execute them you will need the perl interpreter, that you can get from the
ActivePerl
distribution.
There is also a program that can pack your .pl with the perl interpreter and any required modules into an .exe executable, so that it can be executed to systems without the perl interpreter preinstalled -notice however that it will be slower. You can find it here
There is also a program that can pack your .pl with the perl interpreter and any required modules into an .exe executable, so that it can be executed to systems without the perl interpreter preinstalled -notice however that it will be slower. You can find it here
Time to create page: 0.113 seconds