in reply to Re^4: Symlinks with PAR::Packer not working on Windows
in thread Symlinks with PAR::Packer not working on Windows

It looks like the system does not get so far as to be able to run any code, as pointed to in the code link in 11134827.

In terms of packing exes in exes, their contents are independent so the perl interpreter will be duplicated. Whether one considers 8MB (or 64MB) huge is a matter of context, e.g. whether the target systems are resource constrained or not.

  • Comment on Re^5: Symlinks with PAR::Packer not working on Windows