Arkadiy Sudarikov wrote: > > How do I set an exlusive write lock on file? Since they changed > www.perl.com, I can't find shit. use Fnctl ':flock'; flock(FH, LOCK_EX); # LOCK_EX should be 2 on most systems btw, I think you're time is off :) -Sam