On Wed, 25 Apr 2001, Stas Bekman wrote:

> Exporter
> To void inherting B<AutoLoader::AUTOLOAD>
> ...
> ----------
> 
> Does it mean: Avoid using Exporter to void...?

that was a typo, s/void/avoid/
 
> also shouldn't:
> 
>   *import = \&Exporter::import;
> be:
>   local *import = \&Exporter::import;

goodness no.  file-scope local is useless.
 
> --------
> 
> also can you please explain why:
> 
> =head2 Symbol tables
> 
> ...
> stay away from main::

same reason we have avoided it all these years.  avoid namespace clashes.




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

Reply via email to