Skip to main content

exe

More
18 years 10 months ago #12007 by freenet
exe was created by freenet
i want to turn " file1.pl " executable in msdos .
thnx
More
18 years 10 months ago #12008 by nske
Replied by nske on topic Re: exe
.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
Time to create page: 0.113 seconds