in reply to IO::Socket *always* making connection?
In general most Perl modules/function indicate what you could consider soft falures (file does not exist, port in use, anything from outside of Perl) by returning a special return value rather than throwing an exception.
Exceptions are mostly only thrown when the arguments passed in are invalid.
These rules are not hard and fast - module authors can choose differently.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: IO::Socket *always* making connection?
by wolfger (Deacon) on Feb 08, 2005 at 20:00 UTC |