in reply to PAR creating an exe very large in size

If you want smaller executables use a different language - such as assembler. The problem with creating executables from Perl is that you have to include the "perl runtime" i.e. nearly all of perl itself and there really isn't any way of getting around this.

/J\

  • Comment on Re: PAR creating an exe very large in size