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


in reply to Can arbitrary XS/SWIG using modules be loaded into an embedded perl at runtime?

It is always ok to load another module into a Perl runtime. Anytime you can run require(), you are able to load more perl and compiled C/XS/Swig code. Normal C and C++ modules are loaded by XSLoader and DynaLoader both of which come with perl.

⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊

  • Comment on Re: Can arbitrary XS/SWIG using modules be loaded into an embedded perl at runtime?