in reply to DBD::Mysql select

This is the kind of problem that is much better solved in SQL than in Perl.

SELECT some_columns FROM some_table WHERE name like '%ME%'
--
<http://dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg