slojuggler has asked for the wisdom of the Perl Monks concerning the following question:

Hello, I'm not sure how this last node posted, but the node has seen little activity.

Re: Re: Is there a better way to restore STDOUT ?

Does anyone know why the output gets outputted in the wrong order? Thanks!

Replies are listed 'Best First'.
Re: A previous question about redirection
by blakem (Monsignor) on Aug 22, 2001 at 02:30 UTC
    This sounds like a case of Suffering from Buffering which is an excelent tutorial by our very own dominus.

    Feel free to ask some more specific questions after reading it.

    -Blake

      I read through this and found it very helpful. Thanks, blakem!