mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
5 lines
231 B
Text
5 lines
231 B
Text
Perl's system command, qx``, etc. the process termination status gets put into
|
|
$? as an integer. Process::Status just provides a few simple methods to make
|
|
it easier to inspect $?.
|
|
|
|
WWW: https://metacpan.org/release/Process-Status
|