Guest Mark_GastArray[0]= {'25012014','05022014'}
Einen String wandelst Du z.B. so:
my $d = '20140527';
my $reversed = pack( 'A2A2A4', reverse unpack( 'A4A2A2', $d ) );
Bist Du sicher, dass die Array-Elemente Hashreferenzen sein sollen?
Everyone knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it? -- Brian Kernighan: "The Elements of Programming Style"