in reply to Re: column count error followed by too few bind variables
in thread column count error followed by too few bind variables
I will fix the join, and these are the methods I am usingmy $j=...
I suspect that is what you were refering to when you said the source for my @quotes.#!/usr/bin/perl -w use strict; use Finance::YahooQuote; use DBI; use DBD::mysql; use DBIx::Simple; use SQL::Abstract;
|
|---|