open (TTY, ">>/dev/tty1 ) or die "$!\n"; print TTY "Hello there tty1 console\n"; close (TTY);