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 works fine on unix. Is there any instruction in perl to perfom clear screen and 
it works on both windows and Unix 

Thanks in advance,
jaya K.

_____________________________________________________________
Get Free Fast Easy email from indiya.com: SIGNUP NOW : http://www.indiya.com

Reply via email to