Time-related functions in perl
by kalai[ Edit ] 2008-11-22 20:45:00
* gmtime - convert UNIX time into record or string using Greenwich time
* localtime - convert UNIX time into record or string using local time
* time - return number of seconds since 1970
* times - return elapsed time for self and child processes