Help for this page

Select Code to Download


  1. or download this
    use Script::Singleton;
    
  2. or download this
    use Script::Singleton glue => 'UNIQUE GLUE STRING';
    
  3. or download this
    use warnings;
    use strict;
    ...
    use Script::Singleton warn => 1;
    
    sleep 5;