http://www.perlmonks.org?node_id=33098

Limo has asked for the wisdom of the Perl Monks concerning the following question:

What I'd like to do is create:
my %hash;
where:
@keys = hash keys @values = key values
I've read about references from several sources; I think referencing the arrays are my answer, but I'm just not getting it.