#!/usr/bin/perl require Term::Screen; $mytv=new Term::Screen; $mytv->clrscr(); $mytv->at(20, 12); $mytv->puts("Hello World!"); $anykey=$mytv->getch(); $mytv->clrscr();