Thread
Array-Werte in Hash übertragen
(14 answers)
Opened by
RalphFFM
at
2008-04-20 12:16
Gast Gast
2008-04-20 12:59
Code (perl): (
dl
)
@hash
{
qw/vorname nachname plz ort haustier foobar/
}
=
@_
;
View full thread
Array-Werte in Hash übertragen