in reply to Re: perl->c->perl
in thread perl->c->perl

Inline::C is brilliant and useful and is not a substitute for XS, nor is it magical. It is a means of having a number of steps which used to be performed manually or semi-manually by the user, done automatically behind the scenes. My impression, having used Inline::C a bit, is that what the OP wants to do is something that requires real manual XS programming.

    Soren A / somian / perlspinr / Intrepid