RE: how to embed c code in perl programs

2004-08-13 Thread Thomas Bätzler
Karthick <[EMAIL PROTECTED]> asked: > Is it possible to embed C/C++ codes into perl programs. > (Actually I want to make use of an API, that could be used > with with C). It's not exactly simple, but with h2xs you can create a Perl module out of standard C libraries. Well, h2xs creates the modul

RE: how to embed c code in perl programs

2004-08-13 Thread NYIMI Jose \(BMB\)
> -Original Message- > From: Karthick [mailto:[EMAIL PROTECTED] > Sent: Friday, August 13, 2004 9:17 AM > To: [EMAIL PROTECTED] > Subject: how to embed c code in perl programs > > > Hi, > Is it possible to embed C/C++ codes into perl programs. > (Actually I want to make use of an API, t

Re: how to embed c code in perl programs

2004-08-13 Thread David Dorward
On 13 Aug 2004, at 08:16, Karthick wrote: Is it possible to embed C/C++ codes into perl programs. (Actually I want to make use of an API, that could be used with with C). You could try XS or Inline::C