Thanks for the tip marto, when I run pp -x -o my_name.exe my_script.pl it runs the script in my command line output and then ultimately the .exe does work (even with every use on one line). I'll take that advice about the -x switch for pp in the future.

I didn't even know the .exe files created could be extracted like zip files, though I'm not sure I'm equipped with the know-how to go about debugging the differences and figuring out why one works over the other.

This isn't a crucial issue or anything since I did figure out a way to make it work (now I have two ways thanks to your -x suggestion), it just made me turn my head sideways with a funny look that simply adding the newline fixed the problem... very odd to me, since I wouldn't have thought that should matter at all.

Just another Perl hooker - But the purist monks keep telling me I should do it for love, not money.

In reply to Re^2: Very Odd Issue When Using pp to Create an .exe File Including Date::Calc by perldigious
in thread Very Odd Issue When Using pp to Create an .exe File Including Date::Calc by perldigious

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.