| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: perl-File-Pid | Distribution: Mageia |
| Version: 1.10.0 | Vendor: Mageia.Org |
| Release: 11.mga10 | Build date: Thu Jun 26 18:43:59 2025 |
| Group: Development/Perl | Build host: localhost |
| Size: 8904 | Source RPM: perl-File-Pid-1.10.0-11.mga10.src.rpm |
| Packager: umeabot <umeabot> | |
| Url: https://metacpan.org/release/File-Pid | |
| Summary: Pid File Manipulation | |
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.
GPL+ or Artistic
* Thu Jun 26 2025 umeabot <umeabot> 1.10.0-11.mga10 + Revision: 2198732 - Mageia 10 Mass Rebuild
/usr/share/doc/perl-File-Pid /usr/share/doc/perl-File-Pid/Changes /usr/share/doc/perl-File-Pid/META.yml /usr/share/doc/perl-File-Pid/README /usr/share/man/man3/File::Pid.3pm.xz /usr/share/perl5/vendor_perl/File /usr/share/perl5/vendor_perl/File/Pid.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Oct 28 08:17:33 2025