in reply to perl opening a new command line window
I hope my arrow is pointing the right direction :). This does not open the window, but it prints to an existing terminal session.echo "Hello!" >/dev/tty2
In case it is important, I am doing this on SuSE Linux Pro 8.2 :), it seems that tty12 is reserved for error messages.open(TERMINAL,'>/dev/tty2'); . . .
|
|---|