Name: | perl516-perl-Linux-Pid |
---|---|
Version: | 0.04 |
Release: | 19.el7 |
Architecture: | x86_64 |
Group: | Development/Libraries |
Size: | 15529 |
License: | GPL+ or Artistic |
RPM: | perl516-perl-Linux-Pid-0.04-19.el7.x86_64.rpm |
Source RPM: | perl516-perl-Linux-Pid-0.04-19.el7.src.rpm |
Build Date: | Fri May 29 2015 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/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(). |