Hi, I have a script that uses only pure-perl non-core modules, and I would like to pack the script, together with all modules it uses, into a single .pl file. However, I want the modules to be retained in their source format, rather than be compiled to binary. Is this possible with PAR?
Regards, Peter