in reply to Re: C code pre-processor
in thread C code pre-processor

It's also XS, so he'll need a C preprocessor to install it in the first place.

Replies are listed 'Best First'.
Re^3: C code pre-processor
by dgsmith_50 (Initiate) on Feb 13, 2012 at 19:23 UTC
    Hi, I was away for the last few days so I just saw your post. What is XS?
      It's Perl's way of interacting with C libraries; see perlxs. Installing an XS module requires a C compiler.