Thread
print ohne /n geht nicht
(6 answers)
Opened by
KunoKugel
at
2005-10-12 12:35
sri
2005-10-12 15:59
User since
2004-01-29
828 Artikel
BenutzerIn
[quote=murphy,12.10.2005, 11:02]
Code: (
dl
)
select STDOUT; $| = 1;
[/quote]
Falsch.
[quote=murphy,12.10.2005, 11:02]
Code: (
dl
)
STDOUT->autoflush(1);
[/quote]
Richtig.
http://mojolicio.us/
View full thread
print ohne /n geht nicht