http://qs321.pair.com?node_id=188734

niley has asked for the wisdom of the Perl Monks concerning the following question: (network programming)

When creating connections to servers, how can I use a particular interface to make the outgoing connection?
I currently create connections with the following code:
IO::Socket::INET->new( PeerAddr => $Remote, PeerPort => $Port, Proto = +> 'tcp' );
All pointers in the right direction appreciated.

Originally posted as a Categorized Question.