Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: tiedChapter 5
Function Reference
Next: Reference: times
 

time

time

Returns the number of non-leap seconds since January 1, 1970, UTC. The returned value is suitable for feeding to gmtime and localtime, and for comparison with file modification and access times returned by stat, and for feeding to utime.


Previous: Reference: tiedPerl in a NutshellNext: Reference: times
Reference: tiedBook IndexReference: times