in reply to Re: Re: Matching arrays?
in thread Matching arrays?
and it still failed.
Please show us the code.
What you are saying is the following:
my $text = "Hi there 11 Fred blamed me 17 o clock It's snowing hampste +rs Pickles are people too!; if ($text =~ /11/ || $text =~ /are/) {
This snippet will work. What did you do?
|
|---|