Help for this page
Select Code to Download
Select
or
download this
@A = grep { is_name($_) } @a;
Select
or
download this
@A = map { uc($_) } grep { is_name($_) } @a;