print buffer in Perl 5.10



Hi

Moved from Etch to Lenny in Debian and from Perl 5.8.8 to 5.10.

Normally I use:
our $old_fh=select(STDOUT); $|=1; select($old_fh); # Make standard output
socket hot
but this appears no longer to work and output is now buffered.

Any ideas?
John



.



Relevant Pages

  • Re: print buffer in Perl 5.10
    ... Moved from Etch to Lenny in Debian and from Perl 5.8.8 to 5.10. ... socket hot ...
    (comp.lang.perl.misc)
  • Re: print buffer in Perl 5.10
    ... Moved from Etch to Lenny in Debian and from Perl 5.8.8 to 5.10. ... socket hot ... The proram is embarrassingly small but I cannot stop the print buffer. ...
    (comp.lang.perl.misc)
  • Re: print buffer in Perl 5.10
    ... Moved from Etch to Lenny in Debian and from Perl 5.8.8 to 5.10. ... socket hot ...
    (comp.lang.perl.misc)
  • Re: print buffer in Perl 5.10
    ... Moved from Etch to Lenny in Debian and from Perl 5.8.8 to 5.10. ... socket hot ... that is causing the output to buffer. ...
    (comp.lang.perl.misc)
  • Re: print buffer in Perl 5.10
    ... Moved from Etch to Lenny in Debian and from Perl 5.8.8 to 5.10. ... socket hot ... The proram is embarrassingly small but I cannot stop the print buffer. ...
    (comp.lang.perl.misc)