Friday, April 2, 2010

Perl command for clearing the screen

system "cls"; # for DOS
system "clear"; # for Unix