Help for this page
my %h=map{$_++ => $_}('a'..'z'); $h{'z'}='a';
a => b b => c ... x => y y => z z => a