..... also a just starting with perl $wip = "\e[2J"; print "$wip";
This will clear the screen but I have been trying to find out why it doesnt place the cursor at 0,0 I was considering $wip = `qx(clear)`; instead but this doesnt work either. -----Original Message----- From: Boon Chong Ang [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 5:32 AM To: [EMAIL PROTECTED] Subject: encrypt Hi, Just say i have a perl script file as a.pl. The usage is like a.pl a abc ab where a, abc and ab is the control parameters. Is there anyway i can encrypt the file and clear the screen display so that it only display such as progressing..... when i run the perl script. I mean it become something like a.unix a abc ab where a.unix is an encrypted file and a, abc and ab is the parameters Thank you & best regards, ABC -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]