| Name: | perl-Linux-Pid |
|---|---|
| Version: | 0.04 |
| Release: | 40.el8 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 15583 |
| License: | GPL+ or Artistic |
| RPM: | perl-Linux-Pid-0.04-40.el8.x86_64.rpm |
| Source RPM: | perl-Linux-Pid-0.04-40.el8.src.rpm |
| Build Date: | Sat Nov 02 2019 |
| Build Host: | jenkins-10-147-72-125-d2ac1df6-acc4-4fcb-b0d4-e6c082c4d687.appad1iad.osdevelopmeniad.oraclevcn.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/Linux-Pid |
| Summary: | Get the native PID and the PPID on Linux |
| Description: | Linux::Pid gets the native PID and the PPID on Linux. It's useful with multithreaded programs. Linux's C library returns different values of the PID and the PPID from different threads. This module forces Perl to call the underlying C functions getpid() and getppid(). |