Subject: | copied text appears on terminal |
Because of the `print "Copied $val\n";` statement in Tcl::pTk::Clipboard::clipboardCopy, anything that is copied or cut in a widget will get echoed to the terminal (if perl is running in one). Maybe this statement should be removed or at least commented out.