Help for this page

Select Code to Download


  1. or download this
    @U = keys ('A'=>1,'B'=>2,'Z'=>26);
    
  2. or download this
    @U = keys %{{ map { $_=>1} @NU }};