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