RE: Control characters in file.

2002-10-22 Thread Anurag K. Singh
: Tuesday, October 22, 2002 8:12 AM To: 'Anurag K. Singh'; '[EMAIL PROTECTED]' Subject: RE: Control characters in file. This might sound like a stupid question, but are they literally ^A, etc., or do you mean the character created by pressing ^A? Because if it's the latter, then you might be able

Control characters in file.

2002-10-21 Thread Anurag K. Singh
hi all, I have control characters ( like ^A , ^M ) in my ascii input file and I want to substitute them by space or just delete them. Can anyone suggest a regex for this substitution ??? Thanks Anurag Kumar Singh AMDOCS DEVELOPMENT LTD. Limassol , Cyprus. Phone:

RE: checking parameters ...

2002-09-27 Thread Anurag K. Singh
use or instead of like : if (($ARGV[0] eq ) or ($ARGV[1] eq ) or ($ARGV[2] eq )) { print You must give me 3 parameters\n; exit } It works for me. Thanks Anurag Kumar Singh AMDOCS DEVELOPMENT LTD. Limassol , Cyprus. Phone: +357-25-845384(O) -Original Message- From: