in reply to Call C functions from Perl
A simplified way of using XS is SWIG; plus, it provides portablility of the C code to other languages. As others have pointed out over on Developing Perl against proprietary interfaces, SWIG may hinder debugging of the interface.
|
|---|