Perl and EXE-Files

J

Jan

Hi!
I tested Perl2Exe and PerlApp, but the full versions are too expensive
for me...
Is there any cheap way to convert source code and modules to one
freestanding .EXE-File (Win32)?
Jan
 
A

Andrew Shitov

Is there any cheap way to convert source code and modules to one
freestanding .EXE-File (Win32)?


There is no such a compiler. Even if it is very expencive noone can be
sure that .exe code will work properly. Perl is dinamic language and it
is almost unpossible to convert it to executable without havin an
interpreter core in resulting code.

By the way, Perl 6 may be considered as a exe-compiler if your main goal
of convertiong perl->exe is to increase speed of the programme.
 
A

Alan Stewart

There is no such a compiler. Even if it is very expencive noone can be
sure that .exe code will work properly. Perl is dinamic language and it

True, there is no such reliable compiler.
is almost unpossible to convert it to executable without havin an
interpreter core in resulting code.

however, neither Perl2Exe or PerlApp is a compiler. They both package
the source and modules and an interpreter core into one .exe that runs
just as the original source does.

And the Perl Archive Toolkit (PAR) which is on CPAN also does the same
for the low, low price of $0.

Alan Stewart

PS. why do these questions always come in waves??? Obviously some
readers don't even read the last few days before posting.
 
B

beetle

True, there is no such reliable compiler.


however, neither Perl2Exe or PerlApp is a compiler. They both package
the source and modules and an interpreter core into one .exe that runs
just as the original source does.

And the Perl Archive Toolkit (PAR) which is on CPAN also does the same
for the low, low price of $0.

Alan Stewart

PS. why do these questions always come in waves??? Obviously some
readers don't even read the last few days before posting.

There is also PerlBin. However it doesn't package the script into
one file. It copies all the needed files into a folder.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,800
Messages
2,569,657
Members
45,417
Latest member
BonitaNile
Top