my %rot13; @rot13{'a'..'z'} = ('n'..'z','a'..'m'); [download]
Dave.
In reply to Re: Python dict to perl hash by dave_the_m in thread Python dict to perl hash by garg10may