Doug, I have a few questions regarding modperl_style.pod
=head2 Inheritance
=over 4
=item Avoid inherting from certain modules
Exporter
To void inherting B<AutoLoader::AUTOLOAD>
...
----------
Does it mean: Avoid using Exporter to void...?
also shouldn't:
*import = \&Exporter::import;
be:
local *import = \&Exporter::import;
--------
also can you please explain why:
=head2 Symbol tables
...
stay away from main::
Thanks!
_____________________________________________________________________
Stas Bekman JAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide http://perl.apache.org/guide
mailto:[EMAIL PROTECTED] http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]