in reply to 'Use Strict' conflicts with Time::Local module
The modules are called strict and warnings, and I cannot reproduce your problem. Could you actually show the code that gives the error?
By the way, the underlying logic of your program is buggy. It made the mistake of assuming every day has 24*60*60 seconds. You should be using Date::Calc to do date arithmetic.
|
|---|