Perl Hash Ref Créer
$hashref = {
'Adam' => 'Eve',
'Clyde' => 'Bonnie',
};
Calm Chipmunk
$hashref = {
'Adam' => 'Eve',
'Clyde' => 'Bonnie',
};