ef5839c85b
easier to inspect . PR: 247880 Submitted by: bokutin@bokut.in
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
|