Thread NUtzereingabe auf Konsole? (11 answers)
Opened by Math55 at 2004-05-12 13:27

format_c
 2004-05-12 14:51
#82278 #82278
User since
2003-08-04
1706 Artikel
HausmeisterIn
[Homepage] [default_avatar]
Also ich würd das so machen:
Code: (dl )
1
2
3
4
while (chomp(my $in = <STDIN>)) {
 last if $in eq '0';
 print "\t$in\n";
}


Gruß Alex\n\n

<!--EDIT|format_c|1084359151-->

View full thread NUtzereingabe auf Konsole?