Re: $^T

2003-02-03 Thread Stas Bekman
Perrin Harkins wrote: 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 ti

Re: $^T

2003-02-03 Thread Perrin Harkins
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. - Perri

Re: T switch is ignored modperl2.0

2002-07-30 Thread Stas Bekman
Kent, Mr. John wrote: > Greetings, > > I have put PerlSwitches -T in my httpd.conf file, yet keep getting the > following warning > in the server's error_log: > > [Tue Jul 23 10:43:06 2002] [warn] T switch is ignored, enable with > 'PerlSwitches -T' in httpd.conf > > Any suggestions? the cvs

Re: T switch is ignored modperl2.0

2002-07-23 Thread Andy Lester
> I have put PerlSwitches -T in my httpd.conf file, yet keep getting the > following warning > in the server's error_log: > > [Tue Jul 23 10:43:06 2002] [warn] T switch is ignored, enable with > 'PerlSwitches -T' in httpd.conf You want the PerlTaintCheck On directive. xoxo, Andy -- 'Andy Les