Help for this page

Select Code to Download


  1. or download this
        @results = map { ucfirst } @results;
    
  2. or download this
        @results = map { ucfirst lc  } @results;