Thread Multi-Dimensionale Arrays - Teil 2
(6 answers)
Opened by caliph at 2010-10-22 13:53
tatsache, das ist mir jetzt auch erst einmal entgangen.
vor das @dbrow = gehört ein my(). also while (my @dbrow = $sth->fetchrow_array) 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 |