Re: Kindly explain special variable $|

2009-05-28 Thread Chas. Owens
On Thu, May 28, 2009 at 06:23, sanket vaidya wrote: snip > This code gave some vague picture in my mind about flushing. To summarize > > When we write some data, the data is not written (to terminal or file) > instantly, but is collected in buffer & is only written when the buffer is > full. Once

RE: Kindly explain special variable $|

2009-05-28 Thread sanket vaidya
>>-Original Message- > From: Thomas Bätzler [mailto:t.baetz...@bringe.com] > Sent: Thursday, May 28, 2009 11:57 AM > To: beginners@perl.org > Cc: sanket vaidya >Subject: AW: Kindly explain special variable $| > sanket vaidya asked: > It would be great if some of you write a simple code