in reply to Re: Calling c functions from perl...
in thread Calling c functions from perl...

I know both Inline::C and SWIG (and BTW, XS) and using SWIG is not more difficult than Inline::C.

The real problem with SWIG is that the Perl module is not very well maintained :-(

Replies are listed 'Best First'.
Re^3: Calling c functions from perl...
by demerphq (Chancellor) on May 18, 2005 at 16:06 UTC

    Well, Inline::C is well maintained. And given how totally easy it is to use and the questions the OP was giving in the CB it seems to me to be a better starting place for understanding how the whole C/Perl interfacing thing works. To me I::C is a just a tool to produce XS with minimal pain. Pain it seems that the OP is encountering with SWIG. :-)

    ---
    $world=~s/war/peace/g