in reply to IO::Socket::UNIX recvmsg error

i once had similar problems with AF_UNIX sockets, which is why i've been only using TCP sockets since.
what happens, when you enable warnings?

language is a virus from outer space.

Replies are listed 'Best First'.
Re^2: IO::Socket::UNIX recvmsg error
by fuzzyping (Chaplain) on May 16, 2005 at 01:50 UTC
    Unfortunately, netflow connectors generally only write to file. Their purpose is to read in a UDP netflow packet and log the data to disk. I'm trying to write a script which will read in from the collector's output and allow me to store to database.

    Warnings isn't giving me any additional information.

    -fp