perl -w causes 8 error messages on each call of timelocal()

2005-07-29 Thread Ortwin Wagner
to who it may concern, using the time::local modul 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. The messages are: Use of uninitialized value in integer

RE: perl -w causes 8 error messages on each call of timelocal()

2005-07-29 Thread Hill, Ronald
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

Re: perl -w causes 8 error messages on each call of timelocal()

2005-07-29 Thread Dave Rolsky
On Fri, 29 Jul 2005, Ortwin Wagner wrote: using the time::local modul 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. How about some code? I'd break into