in reply to localtime shows array reference
my @timeData = CORE::localtime(time); print join(' ', @timeData); [download]