Thread Befehl für Verzögerung (12 answers)
Opened by Jense at 2007-10-11 16:42

kristian
 2007-10-12 21:20
#100778 #100778
User since
2005-04-14
684 Artikel
BenutzerIn
[Homepage] [default_avatar]
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

View full thread Befehl für Verzögerung