Re: DBI::AnyData problem

2006-03-26 Thread Stephen Day
On Sunday 26 March 2006 18:58, Stephen Day wrote: > I have perl, v5.8.7 built for i686-linux running on gentoo. > I've installed the DBI::AnyData modules ( DBI, SQL::Statement, DBD::CSV, > AnyData, DBD::AnyData ) with perl -e 'use CPAN; install ' > > I have the following script more or less copie

DBI::AnyData problem

2006-03-26 Thread Stephen Day
I have perl, v5.8.7 built for i686-linux running on gentoo. I've installed the DBI::AnyData modules ( DBI, SQL::Statement, DBD::CSV, AnyData, DBD::AnyData ) with perl -e 'use CPAN; install ' I have the following script more or less copied from the CPAN example: -- Start #!/usr/bin/perl use DBI;