The main problem with PAR is that it packs in one exe perl core and all used modules, so out exe is very big...
And if I need more than one script, all of them will be packed with it's own perl and used modules!
That's useless =(
So if there is a way to pack scripts in small executables that use some other dll with perl and all needed modules?