
stas at stason
Apr 25, 2001, 1:30 AM
Views: 841
Permalink
|
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:stas[at]stason.org http://apachetoday.com http://eXtropia.com/ http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe[at]perl.apache.org For additional commands, e-mail: dev-help[at]perl.apache.org
|