Thread MySQL Update-Statement optimieren: Zugriff auf Variablen in AoH (6 answers)
Opened by Ronnie at 2003-12-04 11:28

pq
 2003-12-04 14:13
#35752 #35752
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
wieso denn ein slice? versteh ich nicht. ein slice brauchst du doch nur, wenn du nur einen
teil von $items übergeben willst.
so wie du es gemacht hast, funktioniert es doch. oder willst du einfach nur das hilfsarray
sparen? das hat immer noch nic mit slices zu tun, aber:
$sth->execute ( map $_->{value}, @$items );
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread MySQL Update-Statement optimieren: Zugriff auf Variablen in AoH