Others pointed to perl2exe.com as a place to get a program to create stand alone LINUX and windows executatables from perl scripts.

this humble node doesn't have a descriptive title but it points to PerlApp, ActiveState's .exe making tool.

this thread on compiling perl goes into some detail as to why it might not be a good idea.

My personal experience with PerlApp is limited. The web hosting company we used at the time wanted $20 per module to install additional modules, so I build a standalone .exe Now I realize that I might have been better off modifying @INC to include a path I controlled.

As chromatic notes in this node, I can imagine building a standalone .exe for use in places where it is not convenient to install perl.

I can imagine somebody building a whiz bang GUI based utility and putting it on download.com The chances of the utility being used are greatly enhanced if people don't have to install another 20M worth of files over a modem line. There are people who know or care that Perl and C are different and who expect to download everything they need in one package.


--mandog

In reply to Re: Compile PerllApp .exe perl2exe executable? by mandog
in thread Is it possible to compile a Perl program into a .exe? by Flame

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.