Re: ASCII Manipulation in perl

2003-07-08 Thread John W. Krahn
Madhu Reddy wrote: > > Hi, Hello, > I want to write following C Equivalant with PERL > My perl equvalant is at the end of this mail.. > please correct me... > my questios are inside perl comments... > > -- > C Code start > - > for(i=0;i<(int)strlen(Buffer);i++) > { > if((Buffer

ASCII Manipulation in perl

2003-07-07 Thread Madhu Reddy
Hi, I want to write following C Equivalant with PERL My perl equvalant is at the end of this mail.. please correct me... my questios are inside perl comments... -- C Code start - for(i=0;i<(int)strlen(Buffer);i++) { if((Buffer[i] < 32) || (Buffer[i] > 126)) { if((Buffer[i]

Fwd: ASCII Manipulation in perl

2003-07-07 Thread Madhu Reddy
--- Madhu Reddy <[EMAIL PROTECTED]> wrote: > Date: Mon, 7 Jul 2003 10:39:51 -0700 (PDT) > From: Madhu Reddy <[EMAIL PROTECTED]> > Subject: ASCII Manipulation in perl > To: [EMAIL PROTECTED] > > Hi, > I want to write following C Equivalant with PERL > My

ASCII Manipulation in perl

2003-07-07 Thread Madhu Reddy
I didn't get this mail... I am re seinding Hi, I want to write following C Equivalant with PERL My perl equvalant is at the end of this mail.. please correct me... my questios are inside perl comments... -- C Code start - for(i=0;i<(int)strlen(Buffer);i++) { if((Buffer[i] <