Re: A note on "Programming the Perl DBI (Tim Bunce)"

2007-07-25 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 > << Can't locate object method "pg_oid_status" via package "DBI::db" >> > > This is triggered by my command << $bag{$dbh->pg_oid_status} = 1; >> > where I use the oid as index in a structure of my own. pg_oid_status is an *attribute* of the st

Re: A note on "Programming the Perl DBI (Tim Bunce)"

2007-07-25 Thread Amos Shapira
On 25/07/07, Bob <[EMAIL PROTECTED]> wrote: Hello, I got the following error, and no way to understand what it means. The error: << Can't locate object method "pg_oid_status" via package "DBI::db" >> This is triggered by my command << $bag{$dbh->pg_oid_status} = 1; >> where I use the oid as

A note on "Programming the Perl DBI (Tim Bunce)"

2007-07-25 Thread Bob
Hello, I got the following error, and no way to understand what it means. The error: << Can't locate object method "pg_oid_status" via package "DBI::db" >> This is triggered by my command << $bag{$dbh->pg_oid_status} = 1; >> where I use the oid as index in a structure of my own. The book (Firs