Thread chat client (20 answers)
Opened by tim at 2009-09-16 14:01

pq
 2009-09-16 16:08
#125870 #125870
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
mit IO::Select.
bitte probiers mal aus.
Code (perl): (dl )
1
2
3
my $select = IO::Select->new($client, \*STDIN);
# schleife wie im bsp. und dann überprüfen ob $socket == \*STDIN
# und ergebnis von readline halt dann an den server senden
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread chat client