The biggest part of that output file is the perlXX.dll where XX stands for the version. For me that would be the file perl58.dll with 785 KB.
I know that PerlApp has the ability to "compile" scripts without the dll. But then of course the target computer must have the dll installed, but only once. I'm pretty sure that PAR has a similar option.
holli, /regexed monk/
Comment on Re: PAR creating an exe very large in size
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.