Package : perl-File-Pid > RPM : perl-File-Pid-1.10.0-10.mga9.src.rpm

Basic items

Name perl-File-Pid
Version 1.10.0
Release 10.mga9
URL https://metacpan.org/release/File-Pid
Group Development/Perl
Summary Pid File Manipulation
Size 5KB
Arch noarch
License GPL+ or Artistic

Description

This software manages a pid file for you. It will create a pid file, query
the process within to discover if it's still running, and remove the pid
file.

new
my $pidfile = File::Pid->new;

my $thisfile = File::Pid->new({
file => '/var/run/daemon.pid',
});

my $thisfileandpid = File::Pid->new({
file => '/var/run/daemon.pid',
pid => '145',
});

This constructor takes two optional parameters.

Media information

Distribution release Mageia cauldron
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2022-03-20 08:26:12
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie