Help for this page

Select Code to Download


  1. or download this
    grep {substr($_,0,1) ne 'f'} @array
  2. or download this
    my %hash1 = map {getkey($_) => $_} grep {substr($_,0,1) ne 'f'} @array;