how to make exe app with Linux perl?

J

Jürgen Exner

Pero said:
how to make exe app with Linux perl?

I can only guess that "exe app" is supposed to mean an executable binary
for Windows.
The typical way to do that is called cross compilation, where a compiler
running on platform X creates a binary for platform Y. While it's a
quite common scenario I don't quite see where perl comes into the game.

Anyway, no need for it because there are several pre-compiled perl
version available for Windows, the most popular probably being
ActiveState Perl.

jue
 
T

Tim Greer

Pero said:
how to make exe app with Linux perl?

Can you clarify your question? Are you looking to just create a program
in Perl, create one to compile? Looking to make an program run Perl
code? Or?
 
S

sln

how to make exe app with Linux perl?
You CAN! Search for Perl 2 Exe or keywords "Perl executable" for others.
It takes your script with some crap header references on the top, and imbedds
Perl the spits out a fine executable you can take and run on machines without
perl. Ain't that nice?

sln
 
R

Ryan McCoskrie

Pero said:
how to make exe app with Linux perl?

How long have you been on Windows and how
recently have you switched to Linux?
You sound like my old self ;- D

Any way from now on your two best friends are the
search engine of your choice and the command
"man -k searchTerm".
 

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

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,023
Latest member
websitedesig25

Latest Threads

Top