http://www.perlmonks.org?node_id=685105

friedo has asked for the wisdom of the Perl Monks concerning the following question:

Greetings!

The binary distribution of wxPerl for MacOS X 10.4 comes with its own perl binary (called wxPerl) which must be used to run GUI programs written with wX, the native MacOS perl being apparently incapable of doing so.

Now I want to use PAR to bundle up my wxPerl app, but PAR wants to use the native perl installation on my machine, not the wxPerl binary. Is there a way to specify which perl PAR uses? (I didn't see it among the pp commandline options.) Do I have to build my own perl instead of using Apple's? (I hear this can be a pain on OSX.)

Much thanks as always.