From: <me...@st...> - 2005-06-25 19:44:46
|
>>>>> "Randal" == Randal L Schwartz <me...@st...> writes: Randal> sub My::App::control_enter { Randal> my $self = shift; Randal> $self->reflect->addSlot(per_hit => {}); Randal> } That should be My::App::app_enter { } control_enter would cause it to get cleared as you transition from one handler to another, although that might be an interesting use. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <me...@st...> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training! |