I used to use Perl2Exe here at "Big Pharma" for a few years just as a simple way to package a Perl application for distribution to user's desktops. Perl2Exe worked fine for what I needed, but cost more than I felt something like that should have given what it did at the enterprise level. PAR can do almost all of the same things and you can complain about the price. Granted Perl2Exe would encrypt your source code within the executable, but I didn't really care about that. About two years ago I started to make the switch over to PAR and haven't run into any problems other than the executables getting a few hundred K larger. Speed and stability both seem about the same.

In reply to Re: Using PAR: risk assessment by scrubroot
in thread Using PAR: risk assessment by spurperl

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.