Does anyone know anything about this error?

Based on your description and the error message that you posted, it looks like the pp utility attempted to delete a temporary file and ran into an issue. Have you tried creating the executable again to see if you get a similar error message?

The real path has my full name as supposed to DANIEL~1.LEG.

Actually, that probably is the correct path, but just in DOS 8.3 format. Try searching for "Windows short file name" for more informatin.

When I execute C:\>pp -o packed.exe hw.pl...

I'd recommend getting into the habit of using -x and/or -c options so that the pp utility will "determine additonal run-time dependencies" of the script and include them in the stand alone executable that it makes.


In reply to Re: PAR::Packer error by dasgar
in thread PAR::Packer error by drli611

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.