Robert H a écrit:
When would you not use Inline instead of doing it with XS? For example, I am thinking about doing a wrapper for Metakit (ie DBD::Metakit). I talked with the author of Metakit and he said he tried to do a Perl wrapper in XS once but got lost. Is it feasible to do something like that using Inline instead or would XS be the best case scenario for a DBD module?

I don't know about DBD, but I wired up some OpenSSL with Perl (Crypt::OpenSSL::CA) and was very very happy with Inline. In particular, writing the unit tests for the glue C code is a breeze.

--
<< Tout n'y est pas parfait, mais on y honore certainement les jardiniers >>

                        Dominique Quatravaux <domini...@quatravaux.org>

Reply via email to