If what you mean by "decompilable" that folks can read your source code, then yes they can do that. With ActiveState's PerlApp, the source code is encrypted somewhat.

If you are building standalone executable files, then there is a big overhead to get Perl itself to begin with (there is a minimum size). The incremental growth rate depends upon how much source code that you include for Perl to compile and work with. That includes your code and modules that you "use".

This is not a "compile", it is more like packaging the Perl executable engine and the code that you need together as one unit so that it does not require Perl to already be resident. It is not platform independent like a Java jar file.


In reply to Re: Escape characters and arrow keys and pp by Marshall
in thread Escape characters and arrow keys and pp by 7cardcha

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.