- or download this
use warnings;
use strict;
...
print "procID: $lock\n";
sleep 5;
- or download this
spek@scelia ~/scratch $ perl lock.pl
procID: 21241
- or download this
spek@scelia ~/repos/ipc-shareable $ perl ~/scratch/lock.pl
spek@scelia ~/repos/ipc-shareable $
- or download this
spek@scelia ~/repos/ipc-shareable $ perl ~/scratch/lock.pl
procID: 21339