Hi All,

Why I dont get a's printed with the code below?

+++++++++++++++++++++++++++++++
while(1)
{
 print "a";
 sleep 1;
}
+++++++++++++++++++++++++++++++
It works well if I print a newline with a, i.e
while(1)
{
 print "a\n"; # newline with a
 sleep 1;
}

Please help if you know the cause.

TIA
Tapas


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to