if (@text =~ /11/ || @text =~ /are/) { ... [download]
if ('5' =~ /11/ || '5' =~ /are/) { ... [download]
In reply to Re: Re: Re: Matching arrays? by Roger in thread Matching arrays? by Anonymous Monk