in reply to Re^4: how ship perl in my application?
in thread how ship perl in my application?

I have a c program embed with perl ... please point out if I'm wrong

Whoa, I don't know how I missed this, sorry

Though I haven't tried it, I think it could still work as cava bundles ...build\lib\perl58.dll , though modules and module dlls are renamed ( Compress/Zlib.dll as src_06320181.dll )

I imagine all you have to do is call mycavapackedhelper.exe and then add/glob/do/dl_load build\lib\* yourself,

In any case, I'm confident the developer/maintainer can fill-in any blanks

On the other hand Citrus Perl is made for Creating Custom Distributions and Executables, which I think might fit your situation (though I haven't tried it)