Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    __DATA__
    This exists so flock() code above works.
    DO NOT REMOVE THIS DATA SECTION.
    
  2. or download this
    use strict;
    use warnings;
    ...
    print "end of program\n";
    # Note: lock should be automatically released at end of program,
    # no matter how the process is terminated.