H Jayakumar wrote:
In windows mod_perl-beta2 print $^T;
returns the same value again and again
That is correct behavior. The $^T variable contains the time that the current program (i.e. apache) started running. If you want the current time, use time() instead.

- Perrin



Reply via email to