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
