my %english_translation = ( NULL => "Zero", 'EINS' => "One", ZWEI() => 'Two', ); #### EINS = One NULL = Zero 2 = Two