in reply to POE::Wheel::SocketFactory problem

Make sure you:
use Socket;
Within this program, and try changing tht PF_UNIX to an AF_UNIX.

Replies are listed 'Best First'.
Re: Re: POE::Wheel::SocketFactory problem
by dstar (Scribe) on Nov 11, 2003 at 13:58 UTC
    That wasn't the problem. Lack of including POE::Wheel::SocketFactory, however, could have greatly contributed to my problem. Time to add 'log errors to a file' functionality; the program uses Term::Visual, so when the program died STDERR never got a chance to be printed. Thanks!