On Wednesday, May 15, 2002, at 09:12 , Jaishree Rangaraj wrote:

>  Hi
>  Now, I want to check if  string or charcater is in the range. Can  u 
> please suggest me something

http://www.wetware.com/drieux/pbl/perlTrick/RangeChecker.txt

but in that case you want to modify the

        my %is_valid_word = { $_ => 1 } qw / bob fried my dog here
                                                                more line noise for 
the NSA/;

and it will be able to consider a 'word' as ok IF that word is
in your list of valid words....

so how exactly are you looking at doing this whole notion
of 'character' and 'string' range question????

Are you trying to avoid

        perldoc perlre

and getting at home with regular expression solutions????

ciao
drieux

---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to