Help for this page
# Very clear to a clear thinker ... while ( my ( $key, $value ) = each %hash ){ say "key: $key, value: $value"; }
# More captivating to your average thinker ... say "Name: $name, Species: $species"; }