http://qs1969.pair.com?node_id=325157


in reply to PerlDebug and mysterious Term::Rendezvous

Maybe this is a misunderstanding... but there is a way to redirect the output of a perl debug session to another terminal.

Using perl -d your_script.pl > /dev/tty1 all output from the debugged script will be send to tty1 and leaves the debug session clutter free.

/oliver/