Help for this page

Select Code to Download


  1. or download this
    sub number_to_letter {
      return chr(96+shift);
    }
    
  2. or download this
    my %h;
    @h{1..18} = 'a'..'r';