in reply to Re^2: pp and multiple perl scripts
in thread pp and multiple perl scripts

Did you try that without an installed perl?

Replies are listed 'Best First'.
Re^4: pp and multiple perl scripts
by Dirk80 (Pilgrim) on Mar 08, 2012 at 08:03 UTC

    No, I didn't try it without an installed Perl. You are right. I'll try this evening and post you if it worked.

      Thanks for your hint. And unfortunately you are right. It is not working without an installed perl.

      The main script works. But calling the helper script does not work.

      Here the error message:

      Can't exec "perl": ...

      Do you have an idea why it does not know the "perl" command within the par packed executable when perl is not installed? What to do?

      I know you recommended the cava packager. But it's always interesting for me to know how it works when I don't get it myself.

      Thank you for your help.