-- Jim Lynch <[EMAIL PROTECTED]> on 09/04/01 08:34:26 -0400

> HASH(0x10011564)

Print out the handles as you generate them.  This is just
a stringified DBI object of some sort.  e.g.,

    my $foo = DBI->connect( @bar );

    print STDERR "foo: $foo";

will give you something like:

    foo: HASH(0x12345678)

on the way out you can eyeball the list for matches.

Reply via email to