Help for this page
use strict; use warnings; ... __DATA__ This exists so flock() code above works. DO NOT REMOVE THIS DATA SECTION.
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.