in reply to Re: Binding to a specific interface
in thread Binding to a specific interface

use Socket almost always means you wrote a lot more code than you needed. Consider IO::Socket::INET instead.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.