Re: Clear screen

2001-06-28 Thread Hasanuddin Tamir
On Wed, 27 Jun 2001, jaya kumaran <[EMAIL PROTECTED]> wrote, > Hi all, > >I used this instruction to clear the screen on NT > >system(cls); >print "Hello"; > > the same instruction is not working on unix. I modified the instruction to > > system(clear); > print "hello"; > > This

Re: Clear screen

2001-06-28 Thread Me
>I used this instruction to clear the screen on NT > >system(cls); >print "Hello"; > > the same instruction is not working on unix. I modified the instruction to > > system(clear); > print "hello"; > > This works fine on unix. Is there any instruction in perl to perfom clear scre