my @timeData = CORE::localtime(time); print join(' ', @timeData);