in reply to Is getting locks on files with NFS broken on CygPerl?
if (my $lock = new File::NFSLock { ... }else{ die "I couldn't lock the file [$File::NFSLock::errstr]"; } [download]
Where do you check that $lock is true? Try adding a similar check.