use strict; use warnings; print the_time(), "\n"; sub the_time { return scalar localtime @_; ...........^^^^^^ } __END__