getppid
getppid
親プロセスのプロセスIDを返します。
サンプルプログラム
printf "pid=(%d) ppid=(%d)\n", $$, getppid;
関連項目
・
プロセスIDの取得
Perlで書く
Perl表技集
Perlリファレンス
Perlリンク
Perl本