in reply to Re: AUTOLOAD - the good, the bad, and the ugly
in thread AUTOLOAD - the good, the bad, and the ugly
# Explicit use Class::MakeMethods 'Standard::Hash::scalar' => [ qw/ method names / ]; # Autoload use Class::MakeMethods::Autoload 'Standard::Hash::scalar'; # Attributes use Class::MakeMethods::Attribute; sub name :MakeMethod('Standard::Hash::scalar');
|
|---|