Help for this page

Select Code to Download


  1. or download this
    map { ord('a'+$_%26) } 0..$n-1;
  2. or download this
    map { ord('a')+$_%26 } 0..$n-1;