Most of the 5.x turn my perl code into exe programs are largely out of date/synch with OS and Perl updates. As you can see mileage varies. I've recently PARed a little backup script and turned into exe, which i had to fight extensively as the exe would just silently exit. in the end some random hacking (nothing related to prerequisite modules) got it going. i spent a lot of time trawling google to find the tid-bit that helped. also note that it's possible that your 30 day trial of perl2exe is expired and may have some bearing. if it's very important to get your script as exe maybe pay for perl2exe and get some support from them?
as noted by others, you'll need to reformat your code/output/question so that it's more readable..i'm not either wanting a headache trying to decipher your full post.
the hardest line to type correctly is: stty erase ^H

In reply to Re: Perl script works but fails Windows binary compilation by aquarium
in thread Perl script works but fails Windows binary compilation by daluu

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.