-----Original Message----- 
        From: Jim Lynch 
        Sent: Tue 9/4/2001 10:35 AM 
        To: [EMAIL PROTECTED] 
        Cc: dbi-users 
        Subject: Re: Is there an easy way to determine where this...
        
        

        OK, thanks.  I thought the hash being reported was the database
handle, 
        I wasn't aware it was "the object I haven't finished" handle. 

        Jim. 

        [EMAIL PROTECTED] wrote: 
        > 
        > -- 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