#!/usr/bin/perluse warnings;use strict;sub now { return \scalar(localtime) };print "The time is ${&now}\n";