Hi all,

On Mon, 8 Jul 2002, Owen Scott Medd wrote:

> On Mon, 8 Jul 2002, Ganesan M wrote:
> > > Schoolmaster.net, 167,000 lines of Perl code, another 30,000 lines of C.
> > > 
> > > Rich.
> > > 
> > How do you run 'C' code from Apache/mod_perl?
> 
> Using the perl XS interface usually... that's how we access our text 
> analysis routines which are in C.

Or use Inline.pm if you don't want to get too deeply into it.

Or put your compiled code in the cgi-bin directory if you really can't
be bothered at all, but that's nasty.

73,
Ged.

Reply via email to