Help for this page

Select Code to Download


  1. or download this
    my %h=map{$_++ => $_}('a'..'z'); $h{'z'}='a';
    
  2. or download this
    a => b
    b => c
    ...
    x => y
    y => z
    z => a