Thread Socket.pm (socketpair): bidirektionale Kommunikation (13 answers)
Opened by bloonix at 2006-05-31 16:49

bloonix
 2006-05-31 17:53
#66842 #66842
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
[quote=GwenDragon,31.05.2006, 15:40]Ginge nicht auch sowas?
Code: (dl )
1
2
use IO::Handle;
$kidfh->autoflush(1);
[/quote]
Ja, hast du das aus der Perlbibel?

Was meint der Autor wohl mit den Aussagen:

Quote
select((select(STDERR), $| = 1)[0])
...
Das kommt dabei heraus, wenn sie Lisp gerade so gut beherrschen,
um gefährlich sein zu können.

und
Quote
use IO::Handle; # Leider ist das *kein* kleines Modul

Beide Zitate aus dem Buch von O'Reilly, Programmieren mit Perl, 2. Auflage, Seite 804

Weiß du, welche Bedenken den Autor hier beunruhigen?\n\n

<!--EDIT|opi|1149083918-->
What is a good module? That's hard to say.
What is good code? That's also hard to say.
One man's Thing of Beauty is another's man's Evil Hack.

View full thread Socket.pm (socketpair): bidirektionale Kommunikation