The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.92 - 2008-12-15

  • XS: coerce input pids to int but still check them for sanity (die when asked about a pid '1.23' or 'abc', but '3' is ok) this fixes a bug where using xs and calling pexists('3'); would error out instead of doing the same as pexists(3);

Modules

quickly check for process existence

Provides

in Exists/Configuration.pm

Examples