Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: localtimeChapter 8
Standard Modules
Next: 8.161 Time::localtime
 

ctime

$ct = ctime()

Overrides the core localtime function in scalar context; returns a string with the date and time:

use Time::gmtime;
$ct = ctime();
print $ct
Then the output of the print command looks like:
Thu Apr  9 16:50:10 1998


Previous: Reference: localtimePerl in a NutshellNext: 8.161 Time::localtime
Reference: localtimeBook Index8.161 Time::localtime



Banner.Novgorod.Ru