Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: terminal control in MS (-Mouse)

by tye (Sage)
on Nov 25, 2003 at 17:31 UTC ( [id://309972]=note: print w/replies, xml ) Need Help??


in reply to terminal control in MS

See also -Mouse.

                - tye

Replies are listed 'Best First'.
Re: Re: terminal control in MS (-Mouse)
by RandomWalk (Beadle) on Dec 01, 2003 at 19:40 UTC
    I like how this place works! I can combine suggestions from Roger and -Mouse to get a window only for STDERR:
    package ouse; BEGIN { use IO::Capture::Stderr; $ouse::capture = IO::Capture::Stderr->new(); $ouse::capture->start(); } END { $ouse::capture->stop(); my @err = $capture->read; if ($#err >= 0) { print "$_" for @err; <STDIN>; } } 1;
    Thank you for taking the time.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-03-29 10:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found