On Thu, 17 Feb 2005 14:32:14 +1100, Rod Butcher uttered
> Anything else I should study to do this properly ? - I'm finding things
> like foo.xs which are used to generate  foo.c for instance, so is there
> some tutorial on "typical methods used for generating C sources &
> modules" ? 

A .xs file is a perl thing. Unfortunately, writing Perl modules in C 
requires knowledge in C, and the guts of Perl. man perlxs, along with 
perlguts and perlapi.

Cheers,
-- 
                                        Steve
Russian roulette in bash(1): $((RANDOM%6)) || rm -rf ~
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to