print buffer in Perl 5.10
- From: "John" <john1949@xxxxxxxxx>
- Date: Wed, 3 Jun 2009 08:08:34 +0100
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
.
- Follow-Ups:
- Re: print buffer in Perl 5.10
- From: Ben Morrow
- Re: print buffer in Perl 5.10
- Prev by Date: FAQ 9.12 How do I put a password on my web pages?
- Next by Date: Re: bless doesn't seem to work.
- Previous by thread: FAQ 9.12 How do I put a password on my web pages?
- Next by thread: Re: print buffer in Perl 5.10
- Index(es):
Relevant Pages
|