Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
        return 1;
    }
    
  2. or download this
    $ perl test.pl  --> should run if there is no test.pl running.
    $ perl test.pl  ---> should abort if there is a test.pl running alread
    +y.
    $ perl test.pl --test  --> should run even if test.pl is already runni
    +ng.
    $ perl test.pl --test  --> should abort if there is a (test.pl --test)
    + running as well.