It would be wise to read and understand pp, PAR::FAQ and PAR::Tutorial. If you still have problems, if possible post the code in question.
| [reply] |
Yep, I read pp documentation and the question which came up to me was If I run the executable in the temp directory appears a bunch of files like d9ab2eb9.pm c2b1a7cf.so c1ddbf20.pl. c1ddbf20.pl is my script, it seems to me that .so and .pm files are required by executable to run the script. I wonder how can i extract all of these files without running the executable.
| [reply] |
Well, if you've read the pp docs and the advice given to date you're creating the executable with pp with the -x option right? To date none of your posts show you actually doing this.
"I wonder how can i extract all of these files without running the executable."
Really? It tells you this in the documentation. Again, have you actually packed your script and it's dependencies?
Creating an exe based on my example from Re: PP: Executables still need require files.....:
unzip the exe to a temporary directory:
Copy the exe to a computer which does not have perl installed, and it works as expected (in Re: PP: Executables still need require files.....).
I see no point in posting further until you provide a repeatable example of your code, how you're packaging it and what the actual output is. I doubt that you're taking the advice given on the -x option.
Update: broke the post size limit, removed some output.
| [reply] [d/l] [select] |