Michael Lake wrote:

Louis wrote:

Has anyone used "perl2exe"
http://www.indigostar.com/perl2exe.htm
to convert a ".pl" script to ".pl" or ".exe" executable and got it running
on Linux via browser.


I have had a look at this. As far as I know its a Windows only application that compiles your Perl code into a Windows exe. It only runs on Windows. Its not open source.

Mike

From the mentioned webpage above:


<QUOTE>
Perl2Exe is a command line program for converting perl scripts to executable files.


This allows you to create stand alone programs in perl that do not require the perl interpreter. You can ship the executable files without having to ship your perl source code.

Perl2Exe can generate executables for Windows and Unix target hosts.

Perl2Exe can generate cross-platform code. For example you can generate code for Solaris from a Linux machine.

Perl2Exe also allows you to create no-console programs using Tk.
</QUOTE>

which seems to give the impression that it does run on other OS's apart from M$ and can generate other than window$ binaries.

--
Phil Scarratt
Draxsen Technologies
IT Contractor
0403 53 12 71

--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to