in reply to
Re^2: C code pre-processor
in thread
C code pre-processor
Hi, I was away for the last few days so I just saw your post. What is XS?
Comment on
Re^3: C code pre-processor
Replies are listed 'Best First'.
Re^4: C code pre-processor
by
educated_foo
(Vicar)
on Feb 14, 2012 at 03:15 UTC
It's Perl's way of interacting with C libraries; see
perlxs
. Installing an XS module requires a C compiler.
[reply]
In Section
Seekers of Perl Wisdom