6 lines
296 B
Markdown
6 lines
296 B
Markdown
# perl-Proc-PID-File
|
|
|
|
This Perl module is useful for writers of daemons and other processes that need to tell whether they are already running, in order to prevent multiple process instances.
|
|
The module accomplishes this via *nix-style pidfiles, which are files that store a process identifier.
|
|
|