in reply to Re^7: Problem with Socket Programming Perl Script
in thread Problem with Socket Programming Perl Script

What is PEBKAC?
How should I proceed now?

Replies are listed 'Best First'.
Re^9: Problem with Socket Programming Perl Script
by Anonyrnous Monk (Hermit) on Jan 24, 2011 at 12:03 UTC
    What is PEBKAC?

    Ask the Anonymous Monk, not me :)   Or search the web.

    How should I proceed now?

    Write a client that connects to nco_objserv and read the data it sends (see perlipc).  How the communication happens in detail (i.e. who reads and writes what and when) depends on the protocol which is supposed to be used. As I'm not familiar with nco_objserv, you'll have to check its docs for this.