I am an IT-consultant, teaching individuals how to work securely on a computer, protect data with encryption tools and how to communicate securely with people over insecure networks. Contact me to make an appointment.
Friday, April 2, 2010
Perl command for clearing the screen
system "cls"; # for DOS system "clear"; # for Unix