in reply to
Re^2: time in mod_perl
in thread
time in mod_perl
Right, it's like
ikegami
says then. That
my $t = time
isn't really in the global scope like you'd imagine. It's wrapped in a function ref that's stored in the handler (or something close to that).
-Paul
Comment on
Re^3: time in mod_perl
Download
Code
In Section
Seekers of Perl Wisdom