Thread flock with pidHdl: FLOCK: Bareword "pidHdl" not allowed whi
(5 answers)
Opened by Rufio at 2005-02-25 21:16
wieso benutzt du eigentlich Fcntl und schreibst dir die variablen
$LOCK_EX etc. selbst? ziemlich merkwürdig. use Fcntl ':flock'; ... flock FH, LOCK_EX; Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |