I'm trying to communicate to a c++ server using perl script in a single machine, so I assume that socket won't be needed. My perl client and C++ server are already connected at the same DBUS, but the problem is the client can't call the server's method. Any help pls..