http://qs321.pair.com?node_id=472655


in reply to File Locking in CGI programs

You probably have done this, but just to be sure, have you imported the lock constants with
use Fcntl ':flock';
? (I seem to remember using
use Fcntl ':DEFAULT';
as well but looking at the module docs now I'm not sure why that's necessary...)
chas