On Feb 10, Janek Schleicher wrote:
> 
> What is Better Practice?
> 
> PS: I'm really sorry, if this is a simple question. But I'm more a Perl
> programmer who only wants to use some existing c code from Perl. And
> however, I miss an example for this problem, e.g. via perldoc
> Inline::C-Cookbook

The problem is Inline's inability to use code from outside libraries and
just use their header file(s) as an interface cue.  This is one place where
SWIG really shines.  People don't necessarily want to glob all their C in
one file for Inline to use.  That's why we write libraries.

-Clint

Reply via email to