Thread
Speichern von Daten aus array in Hash: %hash und @array/aref
(6 answers)
Opened by
Duff
at
2007-05-25 16:48
Ronnie
2007-05-26 11:12
User since
2003-08-14
2022 Artikel
BenutzerIn
Code: (
dl
)
my %hash = map { my ($k, @v) = split /\s+/; $k => \@v } @array;
View full thread
Speichern von Daten aus array in Hash: %hash und @array/aref