wexitstatus#

Exit code of a child that terminated normally.

תקציר#

system($cmd);
my $code = POSIX::WEXITSTATUS($?);

מה מוחזר#

The low 8 bits of the child’s exit() argument. Only meaningful when WIFEXITED($status) is true.

הבדלים מן ה-upstream#

Fully compatible with upstream POSIX.