Re: regular expression match problem

2005-10-25 Thread Jeff 'japhy' Pinyan
On Oct 25, Pine Yan said: This is a segment of code to do string search: my $email = "\pineyan"; my $name = "\\pine"; if($email =~ /($name)/) { print "Found my name: $name!\n"; } and I got the following error when running: Can't find unicode character property definition via m

regular expression match problem

2005-10-25 Thread Pine Yan
This is a segment of code to do string search: my $email = "\pineyan"; my $name = "\\pine"; if($email =~ /($name)/) { print "Found my name: $name!\n"; } and I got the following error when running: Can't find unicode character property definition via main->i or i.pl at unicode/I