Hi, I recently made a script on an unix webserver and ported it to the MacOS for a Mac webserver. Now I had a function that failed in the script, namely the flock() function, to makesure that only one person at a time can write to a certain file. Now I made the script an executable Macperl file, but when i ran it from a site, the flock() gave an error (don't know anymore what error).Does anyone know what might have caused this (runtime error i think) error? Does anyone know a way to use the flock() function otherwise(with other codes and commands) or isn't this necessary with the MacOS file system? Thnx in advance for your help. Michael ==== Want to unsubscribe from this list? ==== Send mail with body "unsubscribe" to macperl-webcgi-request@macperl.org