Help for this page

Select Code to Download


  1. or download this
    @A = grep { is_name($_) } @a;
    
  2. or download this
    @A = map { uc($_) } grep { is_name($_) } @a;