blob: 4e9478f4c88ae5f03fbe461ad42ea83362f8578d (
plain)
1
2
3
4
5
6
7
8
9
|
A pid file is a file which contains a record of the process which created
it. Pids are written down to files so that:
* a program can know whether an instance of itself is currently running
* other processes can know the pid of a running program
This module can be used so that your script can do the former.
WWW: http://search.cpan.org/dist/Proc-PID_File/
|