Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Saving STDERR and displaying it later

by UnwashedCat (Acolyte)
on Jul 03, 2006 at 18:21 UTC ( [id://559034]=note: print w/replies, xml ) Need Help??


in reply to Re: Saving STDERR and displaying it later
in thread Saving STDERR and displaying it later

Wouldn't that just cause output to STDERR to appear immediately? The problem is, any output to STDERR or STDOUT is lost while in curses mode, and curses mode is only left when my Curses::Application object is destroyed. A solution where output to STDERR is 'held' in the buffer indefinitely until allowed to leave (after the DESTROY method is called on the Curses::Application object) would do the trick.
  • Comment on Re^2: Saving STDERR and displaying it later

Replies are listed 'Best First'.
Re^3: Saving STDERR and displaying it later
by Hue-Bond (Priest) on Jul 03, 2006 at 18:28 UTC

    Ah, now I get it. I thought you were talking about program dying and you not getting STDERR output because of buffering.

    --
    David Serrano

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://559034]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (2)
As of 2024-04-20 03:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found