But, in a snippet from your while loop:
You're only calling execute() with one value: a string containing a comma-separated list of the elements of @values.}else{ my $values = join(',',reverse(@values)); chomp $values; #print "$values\n"; $insert00->execute("$values"); }
Try this instead:
Hope this helps...} else { $insert00->execute(@values); }
Alan
In reply to Re: DBI:mysql
by ferrency
in thread DBI:mysql
by Dalin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |