Name: | rh-perl530-perl-Linux-Pid |
Version: | 0.04 |
Release: | 41.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 72175 |
License: | GPL+ or Artistic |
RPM: |
rh-perl530-perl-Linux-Pid-0.04-41.el7.aarch64.rpm
|
Source RPM: |
rh-perl530-perl-Linux-Pid-0.04-41.el7.src.rpm
|
Build Date: | Mon Jun 14 2021 |
Build Host: | ca-buildarm04.us.oracle.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(). |