Help for this page

Select Code to Download


  1. or download this
    use File::NFSLock;
    use Fcntl qw(LOCK_EX LOCK_NB);
    ...
    }else{
        die "I couldn't lock the file [$File::NFSLock::errstr]";
    }