Help for this page

Select Code to Download


  1. or download this
    @results = before { $_ == $target} @list;
    
  2. or download this
    @results = map { transform($_) } before {$_ == $target} @list;