in reply to Re^2: Non-C XSubs
in thread Non-C XSubs
I must admit I have little clue about loaders like this. I gather from this that I would need a loader for D, which I have no idea whether exists or how to fetch one. :-)For C (and C++), Inline uses the DynaLoader::bootstrap method to pull your external module into Perl space. Now you can call all of your external functions like Perl subroutines.
Other languages like Python and Java, provide their own loaders.
|
|---|