Help for this page

Select Code to Download


  1. or download this
    if (my $lock = new File::NFSLock {
    ...
    }else{
      die "I couldn't lock the file [$File::NFSLock::errstr]";
    }