$
gmc
= gmctime()
Overrides the core
gmtime
function in scalar context; returns a string with the date and time:
Then the output of theuse Time::gmtime; $gmc = gmctime(); print $gmc;
print
command looks like: Thu Apr 9 18:15:06 1998
Copyright © 2001 O'Reilly & Associates. All rights reserved.