NAME
PID::File::Guard - Provides scope guard to remove the pid file automatically.
Methods
Class Methods
new
PID::File::Guard->new( $object, 'method' );
Creates a new guard token that will call the supplied sub when it goes out of scope.
PID::File::Guard - Provides scope guard to remove the pid file automatically.
PID::File::Guard->new( $object, 'method' );
Creates a new guard token that will call the supplied sub when it goes out of scope.