I don't use Perl2exe, but it might be that your version of it (has an error|is outdated).

Might I also suggest against using Perl2exe unless you really have to. Even something like installing Perl on 58 Windows machines so your client-server script can run calls for the installation of something like ActiveState Perl on the aforementioned machines. The perl-to-exec compilers aren't that great/reliable, and it's best to keep your code as-is so that it can change with the times.

Considering the inclusion of the Tk modules, your program (after compiling) will be somewhat large.

If you are using Perl2exe to "protect" your source, Perl2exe offers a false sense of security. If your code is under a strict license, I advise shipping it encrypted and having a subroutine that reports back to you with registered information, just to keep things legal.

Opinions may differ, but I see no practical application where Perl2exe is necessary.

Perl2exe can also cause its on headaches, like the one you encountered, and the little registration hassle it imposes on Unix machines.

Try redownloading Perl2exe, after finding the most current version. If you wouldn't mind, could you elaborate on what you are using it for? Perlhaps there's a better method.

Hope this helps.

John J Reiser
newrisedesigns.com


In reply to Re: Perl2exe bug! by newrisedesigns
in thread Perl2exe bug! by dimmesdale

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.