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
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]
--- 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
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] <