3b77c944cd
Perl extension to get pid info from (/bin/ps). All fields from the ps command can be fetched by calling a function of their name. If the pid is not given as an argument to the function, $$ (cur pid) is assumed.
5 lines
212 B
Text
5 lines
212 B
Text
Perl extension to get pid info from (/bin/ps).
|
|
|
|
All fields from the ps command can be fetched by calling a function
|
|
of their name. If the pid is not given as an argument to the function,
|
|
$$ (cur pid) is assumed.
|