Ich meinte, dass jeder Hash die gleichen Keys hat, also
%A = { a => 'a'
b => 'B' }
%B = { a => 'C'
b => 'd' }
%C = { a => 'e'
b => 'f' }
usw...
Ich meinte, dass jeder Hash die gleichen Keys hat, also
%A = { a => 'a'
b => 'B' }
%B = { a => 'C'
b => 'd' }
%C = { a => 'e'
b => 'f' }
usw...