in reply to Re^2: How many ways are there to use AUTOLOAD? (huh?)
in thread How many ways are there to use AUTOLOAD?

So how does $document->gDbh not produce the fatal error:

Can't locate object method "gDbh" via package "...

? That is what I don't understand and what seems simply broken to me. That is the error I get when I call the wrong method and I don't have to play strange games with AUTOLOAD.

- tye