|
NAMEFile::BasicFlock - file locking with flock SYNOPSISuse File::BasicFlock; lock($filename); lock($filename, 'shared'); lock($filename, undef, 'nonblocking'); lock($filename, 'shared', 'nonblocking'); unlock($filename); DESCRIPTIONLock files using the flock() call. The file to be locked must already exist. This is a very thing interface.AUTHORDavid Muir Sharnoff, <muir@idiom.com>
Visit the GSP FreeBSD Man Page Interface. |