lar linux perl you should use something like that to enable the use
of flock on a file :
use Fcntl ':flock'; # import LOCK_* constants
then something likethat to activate the lock
flock($handle, LOCK_EX);
I know that on ActiveState Perl the flock() is said to be supported (or
simula
.i used to tail the httpd_error.log to debug scripts on linux)... If
someone has tips on it ?
Thanks,
Xavier
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
.i used to tail the httpd_error.log to debug scripts on linux)... If
someone has tips on it ?
Thanks,
Xavier
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]