in reply to no modules unziped from par archive

Do ls -ltr or dir /od (depending on which OS you're using), you should see the appropriate files/directories created such as lib and so on. If in doubt create a temporary directory, copy test into it and unzip again, then list the contents of the directory.

Replies are listed 'Best First'.
Re^2: no modules unziped from par archive
by une04 (Initiate) on Jul 23, 2012 at 09:07 UTC
    unzip test creates the following:
    MANIFEST
    META.yml
    /script/main.pl
    /script/test.pl

      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.

        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.