----- Original Message -----
From: TapasranjanMohapatra <[EMAIL PROTECTED]>
Date: Wednesday, February 9, 2005 9:17 am
Subject: while(1){print "a"; sleep 1;}

> Hi All,
Hello,
> 
> Why I dont get a's printed with the code below?
Works well on my system, are you sure you are not redirecting the output 
somewhere ??

> 
> +++++++++++++++++++++++++++++++
> 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>
> 
> 
> 


-- 
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