in reply to IO::Socket::INET->new(): short form v. long form

you are using Peerhost and Peerport, which are not %options members, it should have been PeerHost and PeerAddr respectively, since the previous two are just some of the methods that IO::Socket::INET provides..

Replies are listed 'Best First'.
Re^2: IO::Socket::INET->new(): short form v. long form
by 7stud (Deacon) on Feb 21, 2010 at 15:39 UTC
    PeerHost and PeerAddr are the same thing. I think you must have meant PeerHost and PeerPort.