Perl Hash Ref Créer

$hashref = {
    'Adam'  => 'Eve',
    'Clyde' => 'Bonnie',
};
Calm Chipmunk