Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 1ca0065dc59a0600480b1b757ee3e327

perl-File-Pid-1.10.0-2.mga3.src.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.

Generated packages:

Other version of this rpm: