Thread
Inhalt Array umdrehen
(5 answers)
Opened by perln00b at
2010-10-05 19:54
Gast wer
2010-10-05 20:34
Code (perl): (
dl
)
@array
=
map
{
join
(
' '
,(
split
(
' '
,
$_
))[
1
,
0
,
3
,
2
])
}
@array
;
Last edited: 2010-10-05 20:59:05 +0200 (CEST)
View full thread
Inhalt Array umdrehen