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? :)


 - ask (reading some of the last 25345345 while he really should be 
        sleeping, argh)


-- 
ask bjoern hansen - <http://ask.netcetera.dk/>
more than 70M impressions per day, <http://valueclick.com>

Reply via email to