in reply to Re: PAR creating an exe very large in size
in thread PAR creating an exe very large in size

yup, PAR has it too (from pp docs):
d, --dependent

    Reduce the executable size by not including a copy of perl interpreter. Executables
    built this way will need a separate perl5x.dll or libperl.so to function correctly.
    This option is only available if perl is built as a shared library.
  • Comment on Re^2: PAR creating an exe very large in size