my %dict = ( 'brown' => 'yellow', () => 'int', () => 'float', ); #### my %dict = ( 'brown' => 'yellow', 'int' => 'float', );