On Mon, Mar 03, 2003 at 10:07:29AM -0800, Jeff Zucker wrote:
> Peter Schuberth wrote:
> 
> >On the same hardware system
> >the same select for the same table
> >
> Please check your version of SQL::Statement which is the module that 
> determines the speed and capabilities of DBD::CSV.  Put these two lines 
> at the top of the scripts:
> 
>    use SQL::Statement;
>    print $SQL::Statement::VERSION;

Or run this command

        perl -MSQL::Statement=9999

and it'll say something like

        SQL::Statement 9999 required--this is only version X.YY

Tim.

Reply via email to