On Wed, May 1, 2013 at 8:43 PM, Daniel Wong <dw...@allot.com> wrote: > > I was wondering if there's a way to compile my perl script into a 64-bit > Centos (RHEL) binary, using perl par. By default it's being compiled as > 32-bit binaries. >
You need to pack ("pp ...") on a 64 bit platform to generate 64 bit executables. Cheers, Roderich