Since IO::Socket::UNIX is part of core perl, it's not enough to
"eval use" it. Instead trap the error that occurs when creating the socket on platforms that does not support it.
Showing
Please register or sign in to comment
"eval use" it. Instead trap the error that occurs when creating the socket on platforms that does not support it.