in reply to Oracle IN like operator in Perl

Something like this might work?

grep /\bwhatever\b/,@array;