Hash Perl

#!C:/perl/bin
%animals = ('R', 'H', 'J', 'S', 'K', G);
while (($key, $value) = each %animals)
{
    print "$key, $value\n";
}