in reply to Re: Object inheritance without AUTOLOAD
in thread Object inheritance and AUTOLOAD
For an idea of what Larry Wall planned on using AUTOLOAD for, see Shell.
But that said, I agree that AUTOLOAD is a sledgehammer not to be used lightly. However I'd disagree with you on whether you need to use a custom can if you use AUTOLOAD. See Why breaking can() is acceptable for a fuller explanation of my views.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Object inheritance without AUTOLOAD
by diotalevi (Canon) on Dec 05, 2004 at 07:50 UTC |