Thread Befehl für Verzögerung
(12 answers)
Opened by Jense at 2007-10-11 16:42
Hallo
Der Vollständigkeit halber: perldoc -f select You can effect a sleep of 250 milliseconds this way: select(undef, undef, undef, 0.25); Note that whether "select" gets restarted after signals (say, SIGALRM) is implementation-dependent. See also perlport for notes on the portability of "select". Gruß Kristian |