in reply to Re^2: Python dict to perl hashin thread Python dict to perl hash
If you need THAT hash, here it is
my %hash = map { chr(65+$_)=>chr(65+($_+13)%26), chr(97+$_)=>chr(97+($_+13)%26)} 0..25; [download]