in reply to A problem with eval via DB_File->filter_fetch_value() and AUTOLOAD

What are you storing in @tie? You really need to post a complete self-contained example to get any help. I suspect you're storing some kind of object, and filter it through eval, and then expect to be able to call methods on it? That's asking for trouble.

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

  • Comment on Re: A problem with eval via DB_File->filter_fetch_value() and AUTOLOAD