STDOUT is line-buffered.  either unbuffer it ($| = 1;) or use stderr

perl -e 'for(1..300){sleep 1;print STDERR ".";}'

On Tuesday, July 23, 2002, at 02:37 PM, Balint, Jess wrote:

> Hello. What is wrong with this?
>
> perl -e 'for(1..300){sleep 1;print ".";}'
>
> It never prints anything.
> Thanks.
>
> Jess
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
// George Schlossnagle
// Principal Consultant
// OmniTI, Inc          http://www.omniti.com
// (c) 240.460.5234   (e) [EMAIL PROTECTED]
// 1024D/1100A5A0  1370 F70A 9365 96C9 2F5E 56C2 B2B9 262F 1100 A5A0

Reply via email to