Thread select antwort als hash speichern (7 answers)
Opened by Yato at 2008-09-08 15:39

Yato
 2008-09-08 15:39
#114352 #114352
User since
2008-09-08
4 Artikel
BenutzerIn
[default_avatar]
hi,
soviel ich weiß, kann man das Ergebnis nur als Hashref speichern, also so:

while ( my $cols = $query_handle->fetchrow_hashref) {
...
}

gibt es auch eine Möglichkeit, das Ergebnis (welches bei mir immer nur eine Zeile ist) als Hash zu speichern, also z.B.

$cols{'spaltenname'} = 'spaltenwert';

Bin dankbar für jede Hilfe,

Yato

View full thread select antwort als hash speichern