Inline::C works. It may be tricky to deploy, you need a compiler where you run it.
P5NCI generates a lot of code, but possibly is the best tested/proven of the lot(?). FFI::Library is designed for your situation, calling C from Perl. It's not fully automatic nor foolproof (if you make a mistake in the signatures, you'll crash). It also requires you install ffcall. I've not used Pike. 2010/2/13 Shushu Inbar שושו ענבר <[email protected]> > > If I recall correctly Gaal (RU Here?) showed me something like that > few years ago. I think it was Inline::C, but I am not sure about it. > > On Sat, Feb 13, 2010 at 00:29, Boris Reitman <[email protected]> wrote: > > > > also Look at Pike, it is perl inside C++ > > > > 2010/2/12 Yuval Kogman <[email protected]>: > > > Apart form Inline::C, also look into: > > > > > > http://search.cpan.org/perldoc?FFI::Library > > > > > > and: > > > > > > http://search.cpan.org/perldoc?P5NCI > > > _______________________________________________ > > > Perl mailing list > > > [email protected] > > > http://mail.perl.org.il/mailman/listinfo/perl > > > > > _______________________________________________ > > Perl mailing list > > [email protected] > > http://mail.perl.org.il/mailman/listinfo/perl > _______________________________________________ > Perl mailing list > [email protected] > http://mail.perl.org.il/mailman/listinfo/perl -- Gaal Yahas <[email protected]> http://gaal.livejournal.com/ _______________________________________________ Perl mailing list [email protected] http://mail.perl.org.il/mailman/listinfo/perl
