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
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