|
Hi everyone,
This is the problem so it must be printing the value some near 2007/3 in seconds but it is printing 1173340261 which is around 1970 can any help me on this.
use Time::localtime;
my $time = time();
print "Current Time: $time";
Thanks,
Sandeep
|
|
|
|
|
|
|
|
|
|