How to package the _Inline folder contents in an exe produced using Perl.



Hello,

I am using Inline::C module to call few C functions from my perl
application. When I am building my perl application an _inline folder
is getting created which contains the Inline related DLLs.

Is it possible to package this folder also along with my perl exe, so
that while delivering my exe I can avoid packaging the _inline folder.

Regards,
Sankaran

.



Relevant Pages