Name: | perl-Linux-Pid |
Version: | 0.04 |
Release: | 57.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 18909 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: |
perl-Linux-Pid-0.04-57.el10_0.x86_64.rpm
|
Source RPM: |
perl-Linux-Pid-0.04-57.el10_0.src.rpm
|
Build Date: | Thu Dec 19 2024 |
Build Host: | build-ol10-x86_64.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(). |