Hi Ortwin,

>using the time::local module I found that the timelocal() function
causes 
>8 error messages each time the function is used. If in the shebang the 
>option -w is removed the error messages in the http server log stop.

I have tested it here and have no problems. BTY you should be
Using use warnings instead of -w 

(snipped)


>It should be easily fixed for the writer of the module.

>My configuration:
>Win XP Home, xampp for Windows 1.4.9 with ActivePerl 8.5.6.811.

Can you provide a short test script that demonstrated this problem?
What version of Time::Local are you using?

Something like:
use strict;
use warnings;
use Time::Local;

print $Time::Local::VERSION;

Should give it to you. I have
D:\scripts>me.pl
1.11

Hope this helps

Ron Hill

Reply via email to