Harry Putnam <[email protected]> writes:

> Thanks, that works fine.
>
> The page offered by perldoc -q flush mentions a write up about
> buffering ( http://perl.plover.com/FAQs/Buffering.html ), that I also
> went through.
>
> I'm sorry to say that it was mostly like trying to read ancient
> sanskrit, since its written in OOPese.  Something I have yet to be
> able to look at and have any clue at all about what it means or is
> doing. 

This was something of a typo that happened when reoranizing what I had
written before posting it.

Above it looks like I'm referring to: 
 http://perl.plover.com/FAQs/Buffering.html

Which is actually very well written and clear.

What the ancient sanskrit and OOPese was supposed to refer to was:

  perldoc IO::Handle

But even then I still got what I needed... or until someone tells me
its better to in this case not to use IO::Handle but stick with Jim
Gs' suggestion:

  select LOGNAME;
  $|++;
  select STDOUT;


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/


Reply via email to