Help for this page

Select Code to Download


  1. or download this
    @flat = map { /\w{3}_(\w)/ ? ($1, $_) : () } @inp;
    
  2. or download this
    %inp = map { /\w{3}_(\w)/ ? ($1, $_) : () } @inp;