Gregg O'Donnell wrote at Fri, 09 Aug 2002 20:32:38 +0200:
> Hey - I'm trying to put this together from studying the perldoc. Do I need to define
>"my $table =" and if so, to the csv file? Also, the number of scalars should equal
>the number of question marks?
>
> use DBI;
>
> my $dbh = DBI->c
On Fri, Aug 09, 2002 at 11:32:38AM -0700, Gregg O'Donnell wrote:
>
> Do I need to define "my $table ="
Um, yes. There's nothing magical about how you're using $table, it's just
like using any other variable, which means you have to define it. You could
also just insert "logger" directly into t
rs@Perl. Org (E-mail)
Subject: Re: DBD::CSV
On Fri, Jun 07, 2002 at 09:35:52AM -0400, Jason Frisvold wrote:
> Is anyone here familiar with DBD::CSV? I seem to be hitting a limit
(I
> think) but I'm not sure how to figure it out... I have a CSV file
with
> about 114 columns in it
[snip
On Fri, Jun 07, 2002 at 09:35:52AM -0400, Jason Frisvold wrote:
> Is anyone here familiar with DBD::CSV? I seem to be hitting a limit (I
> think) but I'm not sure how to figure it out... I have a CSV file with
> about 114 columns in it
[snip]
> I think I'm hitting a max column limit
[snip]
What