Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
The Perl5 Manual - プロセス間通信
[go: Go Back, main page]

Go to the first, previous, next, last section, table of contents.


プロセス間通信

Perl の IPC 機能は、バークレイのソケット機構の上に構築されています。ソケッ トが無い場合には、この節は無視してください。呼び出す関数の名前は対応する システムコールの名前と同一ですが、2 つの理由により引数は異なる傾向にあり ます。まず、Perl のファイルハンドルは C のファイルディスクリプタと異なる 動作をすること。もう一つは、Perl は常に文字列の長さを知っているので、長 さの情報を改めて渡す必要がないことです。


Go to the first, previous, next, last section, table of contents.

検索式: