Help for this page
sub search { my $terms = shift; ... my @matches = grep { /$pattern/ } @names; return \@matches; }