Thread Dereferenzierung: Probleme bei Ausgabe (7 answers)
Opened by tuturutka at 2006-02-17 18:21

FIFO
 2006-02-18 20:57
#63049 #63049
User since
2005-06-01
469 Artikel
BenutzerIn

user image
Hallo,

Wenn ich das richtig sehe, willst Du eine Iteration über das zweite anonyme Array in @multiarray machen. Dann müsste die Dereferenzierung so aussehen (ungeprüft):

Code: (dl )
1
2
3
    foreach my $elem ( @{ $multiarray [1] } ){
...
}


Gruß,
FIFO
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"

View full thread Dereferenzierung: Probleme bei Ausgabe