in reply to Date::Calc on Windows
but that should bemy @date = Time_to_Date([$time]);
because Time_to_Date wants a scalar number, not an array reference…my @date = Time_to_Date($time);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Date::Calc on Windows
by Anonymous Monk on May 17, 2023 at 18:00 UTC |