http://www.perlmonks.org?node_id=841377


in reply to perlcc compile core dump

Welcome to the Monastery, please don't ignore the advice displayed regarding formatting of posts.

The recently resurrected perlcc is now, and as far as I'm aware always has been somewhat experimental:

"The code generated in this way is not guaranteed to work. The whole codegen suite (perlcc included) should be considered very experimental. Use for production purposes is strongly discouraged."

And you're using a pretty old ( ~6 years) version of perl.

If your goal is to package a script along with it's dependant modules perhaps you'd have more luck using pp.

See also Steffen Müller's Application Deployment and Dependency Management with PAR slides.

Updated: Fixed typo.