Help for this page

Select Code to Download


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