Ramprasad A Padmanabhan <[EMAIL PROTECTED]> wrote:
> I am sure this must have been asked before But I cant find it
>
> How do I find if
> $str has any special chars ( I mean above 127 in the ascii range )
>
> I do not want to do an ord of each character
>
> like while($str=~/(.)/g) { return('
Ramprasad A Padmanabhan wrote:
>
> Hello all,
Hello,
> I am sure this must have been asked before But I cant find it
>
> How do I find if
> $str has any special chars ( I mean above 127 in the ascii range )
>
> I do not want to do an ord of each character
>
> like while($str=~/(.)/g) { ret