Hallo,
ich bin gerade am verzweifeln. Wie kann ich auf eine Hash Referenz in einer Funktion zugreifen.
Schon mal danke für die Hilfe
Tom
--------------------------------------------
%dictionary=(
Katze => 'cat',
Hund => 'dog',
);
translate(%dictionary);
sub translate {
???
}