in reply to Re^2: Perl at Rosetta Code, with one particular example
in thread Perl at Rosetta Code, with one particular example

$h{ $key = tr/e/i/r } is wrong since $_ not set there. Perhaps the = should be a =~?

(Nevermind)