Thread Tupel in Perl (29 answers)
Opened by flixxflaxx at 2013-07-20 14:10

Gast wer
 2013-07-25 03:29
#169114 #169114
Code (perl): (dl )
1
2
3
4
5
my @x = ([[1, 2],   [3, 4]],
         [[5, 6],   [7, 8]],
         [[9, 10], [11, 12]]);

print $x[2][1][1];


Ich verstehe dein Problem nicht.
Last edited: 2013-07-25 03:35:01 +0200 (CEST)

View full thread Tupel in Perl