There are some inline modules on cpan. Also, the swig utility
http://www.swig.org lets you write perl extensions in other languages.

On Tue, 24 Jun 2003 [EMAIL PROTECTED] wrote:

> Hi!
>
> I`ve got a C++ function like this:
>
> int CDBPostgres::getRowCount()
> {
>       return m_pgbase->Tuples();
> }
>
> Can anybody explain me, how I can write this in Perl?
>
> I need it like this:
>
> int CDBPostgres::getRowCount()
> {
> PERL-CODE
> }
>
> Have anybody written an interface between Perl(DBI) and C++?
>
> Thanks for any help!
>
> Mathias
>

Reply via email to