On Wed, 17 Jan 2001, Ask Bjoern Hansen wrote:

> On 2 Jan 2001 [EMAIL PROTECTED] wrote:
> 
> >   =item Avoid inherting from certain modules
> >   
> >   Exporter 
> >   To void inherting B<AutoLoader::AUTOLOAD>
> >   
> >    instead of this:
> >   
> >     @MyClass::ISA = qw(Exporter);
> >    
> >    use this:
> >    
> >     *import = \&Exporter::import;
> 
> Why?  To get less obscure error messages for methods that can't be
> found or are you being really absurd^Wenthusiastic with the memory
> savings? :)

why both, of course!


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to