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