Hi Jamie, Jamie Lahowetz schrieb: > Is there a way to use PAR::Packer on my linux machine to package a script so > that it will run on my Windows machine?
you can package pure-Perl components (i.e. no XS and no binary loader) into a .par file and use that on multiple platforms. It is not possible to "cross-compile" a binary executable. Best regards, Steffen
