Package : perl-File-Pid > RPM : perl-File-Pid-1.10.0-8.mga7.src.rpm

Basic items

Name perl-File-Pid
Version 1.10.0
Release 8.mga7
URL http://search.cpan.org/dist/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 paramters.

Media information

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

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2018-09-19 09:24:36
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie