in reply to Help with pp - Perl Packer
Did you run the exe on the same system you use to create it? The reason I ask is that this (: is not an identifier) looks like a problem I'd expect to see from a shell/environment issue, rather than perl. Without knowing more about the code you are packaging I'm having a hard time thinking about what could cause this.
As a side note I'd suggest running pp with the -x option to run your code and check for additional run time dependencies. You can unpack the 'executable' you've created (just unzip it somewhere) and see exactly what has been packaged.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Help with pp - Perl Packer
by perloHolic() (Beadle) on Jan 29, 2015 at 16:32 UTC | |
by marto (Cardinal) on Jan 29, 2015 at 16:50 UTC | |
by perloHolic() (Beadle) on Jan 29, 2015 at 16:59 UTC | |
by marto (Cardinal) on Jan 29, 2015 at 17:12 UTC | |
by perloHolic() (Beadle) on Jan 30, 2015 at 12:19 UTC |