Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > b9ca9c6ff581be66119678658b91eda7

perl-File-Pid-1.10.0-8.mga7.noarch.rpm

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.

Sources packages:

Other version of this rpm: