Help for this page

Select Code to Download


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