Thread
for-Schleife: Laufvariable als Referenz
(10 answers)
Opened by
bloonix
at
2006-07-17 15:10
lichtkind
2006-07-17 15:15
User since
2004-03-22
5728 Artikel
ModeratorIn + EditorIn
klar kannst du es aber nicht so was du versuchst ginge erst mit pointy syntax von perl6 vorher musst noch umständlicher machen
Code: (
dl
)
1
2
3
for my $ref (@array) {
$ref->{val}...
}
mein zeug:
,
Leute
Es beginnt immer mit einer Entscheidung.
View full thread
for-Schleife: Laufvariable als Referenz