Gossamer Forum
Home : General : Perl Programming :

AutoLoader

Quote Reply
AutoLoader
I'm just experimenting with my own AutoLoader implementation, based on GT::AutoLoader more so than AutoLoader, anyway, I'm being told that $AUTOLOADER requires a specific package name even though I'm using:

Code:
*{$caller . '::AUTOLOAD'} = sub { ... };

If I use $WO::SQL::Table::AUTOLOAD in my custom AUTOLOAD() method then it works properly :(

That doesn't seem right.
Quote Reply
Re: [Paul] AutoLoader In reply to
Oh dear. Notice my mistake?

Last edited by:

Paul: Oct 2, 2002, 3:07 AM