in reply to Re: Which is better when doing a simple match?in thread Which is better when doing a simple match?
if (index $thing,'thing' != -1) [download]
if ($thing =~ /thing/) [download]