my $alpha = $query->param('alpha'); $alpha =~ /(\w)(\w)(\w)/; $stmt = "SELECT * FROM teamnew ORDER BY lastname WHERE lastname REGEXP '^$1|^$2|^$3'";