For TCP-like communication within a single Unix machine, see Recipe 17.6. Use the standard (as of 5.004) IO::Socket::INET class: use IO::Socket; $server ...
確定! 回上一頁