Help for this page
use strict; use warnings; ... @rhash{values %hash} = keys %hash; print $rhash{1};
x