in reply to Re: Re: Can't call method "prepare" on an undefined value
in thread Can't call method "prepare" on an undefined value

#!/fellow/monks.pl

I believe I found the problem... It's a bug in perl...

Thanks!

#!/massyn.pl The more I learn, the more I realize I don't know. Albert Einstein 1879-1955

  • Comment on Re: Re: Re: Can't call method "prepare" on an undefined value

Replies are listed 'Best First'.
Re: Re: Re: Re: Can't call method "prepare" on an undefined value
by runrig (Abbot) on Dec 19, 2002 at 18:36 UTC
    I believe I found the problem... It's a bug in perl...

    I don't think that bug report has anything to do with your problem, unless you're using DESTROY methods and/or END blocks. If you were calling any of these subs from an END or DESTROY block, I would think (or hope) that you would have mentioned it. I think the problem is still that either you are not connecting to the database and don't realize it, or your database handle does not have the scope you think it does (or your calling the routines from an END or DESTROY block). We still haven't seen enough code to determine either.

Re^4: Can't call method "prepare" on an undefined value
by Anonymous Monk on May 02, 2005 at 01:05 UTC
    Im with the same problem can you help me?