Perl Version of what I am looking for: {#if $variable =~ match(text)#} variable contains "text" ??????
for instance:
I want to see if a word or something like that word is contained within $variable - but $variable is a string.
You can do the "SELECT * from databade when category LIKE %stuff%"; I tried if($variable LIKE %stuff%) but it gave an error.
Would ISSET() work? What would it look like?
Thank you.
-Scott