--- "Yacketta, Ronald" <[EMAIL PROTECTED]> wrote:
> Folks,
>
> a really DUH question here..
>
> what gives, I open a FH (open OFN ">>junk.out" );
> I autoflush..
> $| = 1;
That autoflushes STDOUT.
Try this:
open OFN, ">>junk.out" or die $!;
{ my $prevh = select OFN; $|=1; select $prevh; }
Now OFN is autoflushed (and the default is set back to STDOUT).
c.f. perldoc -f select
> bad hair day *snicker* need BEEEEEEER
I've heard beer is good for your hair.
Personally, I just always thought beer was good and helped you not
*care* about your hair. =o)
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/