Dear Monks,
I tried to convert a .pl file to .exe file using pp. But i am getting the following error during conversion. I am trying to compare two xml files using the below modules and doing some more operations.Could you please help me here to solve this error.
###################################################################### +########## use strict; no strict 'subs'; use warnings; use Getopt::Long; use File::Copy; use Cwd; use XML::SemanticDiff; use XML::SemanticCompare; use XML::LibXML; #use Win32; #use Win32::Process; use Socket; ###################################################################### +############## print "Here is the testing of perl2exe using perl app";

Output Error Message: PAR::StrippedPARL::Static->get_raw() did not return the raw binary dat +a for a PA R loader at C:/Perl/lib/PAR/StrippedPARL/Base.pm line 141, <DATA> line + 1. Could not write temporary parl (class PAR::StrippedPARL::Static) to fi +le 'C:\DOC UME~1\tcsrangs\LOCALS~1\Temp\1\parle5Y0.exe' at C:/Perl/lib/PAR/Stripp +edPARL/Bas e.pm line 65, <DATA> line 1. C:\Perl\bin/pp: Failed to extract a parl from 'PAR::StrippedPARL::Stat +ic' to fil e 'parlz7sxgss.exe' at C:/Perl/lib/PAR/Packer.pm line 1171, <DATA> lin +e 1.
Thanks,
madtoperl

In reply to Perl to Exe throws error using pp command by madtoperl

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.