On Fri, 14 Apr 2000, Stas Bekman wrote: > use vars qw($q $switch $status $sessionID); why all the globals?? symbol table lookups are much slower than lexicals. please don't promote globals, pass lexicals to the subroutines. > sub handler{ > my $r = shift; > Apache->request($r); you actually don't need to do that anymore as of 1.22
- RE: [RFC] Transitioning from Apache::Registry to Apache... Chris Nokleberg
- RE: [RFC] Transitioning from Apache::Registry to A... Stas Bekman
- RE: [RFC] Transitioning from Apache::Registry ... Vivek Khera
- RE: [RFC] Transitioning from Apache::Regis... Stas Bekman
- RE: [RFC] Transitioning from Apache::Regis... Matt Sergeant
- Re: [RFC] Transitioning from Apache::R... Drew Taylor
- Re: [RFC] Transitioning from Apac... Vivek Khera
- RE: [RFC] Transitioning from Apache::R... Vivek Khera
- RE: [RFC] Transitioning from Apac... Matt Sergeant
- RE: [RFC] Transitioning from Apache::Regis... Doug MacEachern
- Re: [RFC] Transitioning from Apache::Registry to Apache... Doug MacEachern
- Re: [RFC] Transitioning from Apache::Registry to A... Stas Bekman
- Re: [RFC] Transitioning from Apache::Registry ... Doug MacEachern
- Re: [RFC] Transitioning from Apache::Registry to A... Randal L. Schwartz
- Re: [RFC] Transitioning from Apache::Registry ... Doug MacEachern