Shane Metler wrote:
>> ... \p{Cyrillic}
> Thanks,
> 
> I had tried that, but that RexEx class is not supported in PERL 5.6.1
> (at least not in my install). 

After consulting with the 5.6 Perl book, try this:
/[\p{InCyrillic}]/

Note the "In" and the square brackets as well as the curly brackets

[EMAIL PROTECTED]                      805.964.4554 x902
Hispanic Business Inc./HireDiversity.com         Software Engineer
perl -e"map{y/a-z/l-za-k/;print}shift" "Jjhi pcdiwtg Ptga wprztg,"

Reply via email to