http://www.perlmonks.org?node_id=1021297


in reply to Re: RegEx: Detecting the certain cyrillic words
in thread RegEx: Detecting the certain cyrillic words

I wrote code as you show, but command line didn't give any result... instead of my ($&#1050;&#1088;&#1077;&#1084;&#1083;&#1100;) = $mech->content =~ /(&#1050;&#1088;&#1077;&#1084;&#1083;&#1100;)/i; I wrote print $1,"\n" if $mech->content =~ /(&#1046;&#1077;&#1083;&#1072;&#1102;.*)(\<.*)/i; Characters here not show as a Cyrillic.
Enough codes make shapes.