but I don't know at what extend the performance of the resulting executable is increased

It isn't, performance is decreased. The way that PAR works is by creating an executable that contains all of the files that will be necessary to run the script embedded in itself. At runtime, each of those files will be extracted into a temporary directory (I think they are extracted as needed, rather than all at once at the beginning, but I'm not sure). The overhead of extracting the files is going to add a bit of extra time to the running of the script, though I don't think it's enough to worry about if PAR solves other problems for you.


We're not surrounded, we're in a target-rich environment!

In reply to Re^2: Error when compiling perl-script to executable by jasonk
in thread Error when compiling perl-script to executable by jeanluca

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.