$gmc = gmctime()
gmc
Overrides the core gmtime function in scalar context; returns a string with the date and time:
gmtime
use Time::gmtime; $gmc = gmctime(); print $gmc;
print
Thu Apr 9 18:15:06 1998
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]