- or download this
use Time::Local;
...
my @test2 = localtime($test);
print "hour $hour vs $test2[2]\n";
- or download this
hour 2 vs 2
- or download this
use Time::Local;
...
my @test2 = localtime($test);
print "hour $hour vs $test2[2]\n";
- or download this
hour 2 vs 3
- or download this
use Time::Local;
...
my @test2 = localtime($test);
print "hour $hour vs $test2[2]\n";
- or download this
hour 2 vs 2