Help for this page
my $time = some_function_returning_the_time_you_want(); print "The interesting time was ", scalar localtime($time), "\n";
bash-2.05a$ perl -e 'print scalar localtime(), "\n"' Thu Jun 5 08:48:44 2003