On Fri, 8 Jun 2001, Shawn wrote:
> I will start by saying this is largely a learning excersize. I want to
> get to the point where I can write a PERL module using some C code in
> the backend. I would be greatful as hell for any help on this!

You want the Inline::C module!

This lets you do some neat things with inserting C code right into
your perl source.  Much, much easier than playing with the standard
method of linking C into Perl, and if you are just using it as a
learning tool, it doesn't have any downsides in that case.

--
Ian

Reply via email to