On Thu, 2002-02-28 at 09:36, Jeff Boes wrote:

> Bareword "DBI::SQL_DATE" not allowed while "strict subs" in use at
> /usr/local/lib/perl5/site_perl/5.6.1/i686-linux/DBI/Format.pm line 265.

I found it.  'use DBI;' must appear before 'use DBI::Format;'.

However:

use DBI;
use DBI::Format;
my $n = DBI::Format->new('x'=>'y');

complains that DBI::Format->new can't be found.  Something's odd when
the example in the perldoc doesn't work out-of-the-box...

-- 
Jeff Boes                                             vox 616.226.9550
Database Engineer                                     fax 616.349.9076
Nexcerpt, Inc.                                      [EMAIL PROTECTED]

Reply via email to