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
> >
> >instead of this:
> >
> > @MyClass::ISA = qw(Exporter);
> >
> >use this:
> >
On 2 Jan 2001 [EMAIL PROTECTED] wrote:
> =item Avoid inherting from certain modules
>
> Exporter
> To void inherting B
>
>instead of this:
>
> @MyClass::ISA = qw(Exporter);
>
>use this:
>
> *import = \&Exporter::import;
Why? To get less obscure error mess