Help for this page

Select Code to Download


  1. or download this
    $alphabet = { letter => 'a', next => { letter => 'b', ... } };
    
  2. or download this
    $alphabet = { a => 'b', b => 'c', c => 'd', ... };