Thread MySQL Update-Statement optimieren: Zugriff auf Variablen in AoH
(6 answers)
Opened by Ronnie at 2003-12-04 11:28
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: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |