Help for this page
Script starts. Am I the only instance of this code? -- If YES, continue -- If NO, terminate immediately
#!/usr/bin/perl use warnings; ... else{ print "Another instance of this script is running, I can't run +...\n"; }