in reply to Printing information to tty

I've had some luck with the following snippet:
{ local *STDOUT; open( STDOUT, ">>/dev/tty" ); print "This goes to /dev/tty\n"; }

I'm not really a human, but I play one on earth. flash japh