On Jun 15, 2005, at 5:16 AM, nisha singla wrote:

I want to access C++ libraries( *.so) from Perl code. Is there is some particular function( or directive) which can be used in xs code to achieve this?

http://www.johnkeiser.com/perl-xs-c++.html

Key tricks: the O_OBJECT typemap and the MakeMaker args CC => "g++" and XS_OPT => "-C++".

--
If I lived in Teletubby Land, the homicide rate would be four.
  -- elysse

Reply via email to