in reply to Re: Could not create socket: Bad file number
in thread Could not create socket: Bad file number
AFAIK, IO::Socket::INET->new() does not set $!,
Quite the opposite. It's the only module I know that does set $! even for errors not originating from system calls. That could account for the error message mismatch.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Could not create socket: Bad file number
by Joost (Canon) on Aug 30, 2007 at 21:24 UTC |