Package : perl-File-Pid

Package details

Summary: Pid File Manipulation

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.


URL: http://search.cpan.org/dist/File-Pid
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs